From: Stanislaw B. <sb...@po...> - 2003-11-12 16:12:09
|
I had this issue with my first installation of PhpWiki (Win2000, eng, PHP 4.3.2, PhpWiki 1.3.3). And I had to do modify formatDate function to get the day displayed. However, the second and 3rd installations, (similar environment but PhpWiki 1.3.4) didn't have this problem. Stan Berka >>>>> On Monday, March 10, 2003, at 07:37 am, Andrey Cherezov wrote: Next issue. I'm using PhpWiki under Windows 2000 more than year, and in each PhpWiki version I'm forced to change the default date/time format, because defaults $Theme->setDateFormat("%A, %B %e, %Y"); $Theme->setTimeFormat("%l:%M:%S %p"); not working under Windows: %e not prints day of month, and %l prints nothing (%l is not documented in PHP at all). So, date/time show like this: Last edited on Friday, March , 2003 :38:13 pm. (PHP4.3.1/Windows2000/English) |