* Thus wrote Ryan A ([EMAIL PROTECTED]):
> Hi everyone,
> This "very simple" program is driving me nuts, heres what i am doing:
> 1.making a timestamp with the current time.
> 2.reading from the timestamp and trying to "render" the date again
>
> $ryan=strtotime ("now"); echo $ryan."";
> echo strf
Hey Ryan,
Just did a straight copy and paste of your code into a php page on my
server.
CODE:
$ryan=strtotime ("now"); echo $ryan."";
echo strftime("%G-%m-%a %H:%M:%S", $ryan)."";
RESULT:
1066353488
2003-10-Thu 21:18:08
Seems to work fine for me...This seems to be a deeper problem than your
code
Hi everyone,
This "very simple" program is driving me nuts, heres what i am doing:
1.making a timestamp with the current time.
2.reading from the timestamp and trying to "render" the date again
$ryan=strtotime ("now"); echo $ryan."";
echo strftime( "%G-%m-%a %H:%M:%S", $ryan)."";
This is the resu
3 matches
Mail list logo