[SOLVED] Date() bug??
Posted: Mon Feb 21, 2005 2:54 pm
I have a problem when calling my date function regardless of if I use the time stamp or not.
Here is what I am doing:
What happens:
The hour and seconds are correct. the minute keeps repeating on 02. What gives? Any ideas?
Chris
Here is what I am doing:
Code: Select all
$date = date("h.m:s", time());
print "$date";The hour and seconds are correct. the minute keeps repeating on 02. What gives? Any ideas?
Chris