Mailinglisten-Archive |
Dirk Schwarz schrieb: > ich möchte mit strftime() den aktuellen Tag des Monats ohne führende > Nullen ausgeben. In der aktuellen Doku steht dort "%e". Das ganze > liefert mir aber nur einen "Leerstring" zurück. Ist das ein PHP-Bug > (evtl. nur unter Windows). Ich verwende PHP 4.3.5 unter Windows XP > auf Apache 2.0.49 als Entwicklungsumgebung. Auf meinem Linux > Server habe ich es noch nicht getestet! " ... %e, ... will not work on Windows ..." im Handbuch ist zu lesen: "Note: Not all conversion specifiers may be supported by your C library, in which case they will not be supported by PHP's strftime(). Additionally, not all platforms support negative timestamps, therefore your date range may be limited to no earlier than the Unix epoch. This means that e.g. %e, %T, %R and %D (there might be more) and dates prior to Jan 1, 1970 will not work on Windows, some Linux distributions, and a few other operating systems. For Windows systems a complete overview of supported conversion specifiers can be found at this MSDN website." -- Sebastian Mendel (www.sebastianmendel.de) *www.warzonez.de* | www.tekkno4u.de | www.nofetish.com
php::bar PHP Wiki - Listenarchive