It does indeed work. Thanks, Toby!
-Maurice
At 10:47 PM -0500 1/18/01, Toby Butzon wrote:
>You might try this:
>
>Arguments for mktime for my reference and for yours are ...
>
>int mktime (int hour, int minute, int second, int month, int day, int year
>[, int is_dst])
>
>Then put it together wi
You might try this:
Arguments for mktime for my reference and for yours are ...
int mktime (int hour, int minute, int second, int month, int day, int year
[, int is_dst])
Then put it together with date() like this...
date("t", mktime(1, 1, 1, $mm, 1, $));
This is untested, but should work
2 matches
Mail list logo