Page 1 of 1

PHP mktime problem

Posted: Thu Oct 25, 2007 12:19 am
by thamizhchelvan
Hi,

I cant get any output for the following:

echo mktime(0,0,0,12,12,2070);

Please help me

Thanks in advance
Thamizhchelvan

Posted: Thu Oct 25, 2007 12:35 am
by feyd
Timestamps don't reach beyond 2038.

Posted: Thu Oct 25, 2007 12:59 am
by s.dot
You could get the timestamp for 2038 and add 32 years onto it.

Posted: Thu Oct 25, 2007 8:49 am
by thamizhchelvan
Thanks for those have answered me :lol: :D