|
Posted by phil on 09/03/06 15:38
Hi,
I've got a problem with the strftime function...
this is my code :
setlocale(LC_ALL, 'en') ;
echo strftime("'%B'", strtotime('2006-09-03 00:00:00')) . "<br />" ;
echo strftime("'%e'", strtotime('2006-09-03 00:00:00')) ;
as I expected :
'September'
'3'
I got :
'September'
''
Do you know why ?
Thanks in advance,
--
phil
Navigation:
[Reply to this message]
|