Hello.
Evangun -> Si tu es sous windows ou sur un système obscure quelconque, alors la doc (si si, tu trouves tout ça sur php.net

) nous dit que:
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.
Sinon une solution "malpropre" serait de faire
if (strncmp($dateDepart=strftime ('%d %B %Y',$depart),'0',1) === 0) $dateDepart = substr($dateDepart,1);Ça c'est si tu tiens à utiliser strftime pour une raison spécifique, sinon date() te donnerais moin de mal, non ?

-------------------
Vous cherchez un hebergement Php/MySQL Gratuit et sans publicités ??
Et bien c'est la :
www.e3b.org 