> -----Original Message----- > From: Gerard [mailto:[EMAIL PROTECTED]] > Sent: 29 September 2002 18:20 > > "%e" with date_format doesn't print out anything on my windows 2k/xp > machines, but does on linux. All other chars print fine. Is > this a locale > setting issue or something?
Did you mean strftime() here? In which case, the following note on http://www.php.net/strftime might be of relevance: Note: Not all conversion specifiers may be supported by your C library, in which case they will not be supported by PHP's strftime(). This means that e.g. %e, %T and %D (there might be more) will not work on Windows. Cheers! Mike --------------------------------------------------------------------- Mike Ford, Electronic Information Services Adviser, Learning Support Services, Learning & Information Services, JG125, James Graham Building, Leeds Metropolitan University, Beckett Park, LEEDS, LS6 3QS, United Kingdom Email: [EMAIL PROTECTED] Tel: +44 113 283 2600 extn 4730 Fax: +44 113 283 3211 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php