Great plugin :)
However strange it may appear, I'd like to countdown till 2067, but the plugin returns nothing beyond 2037. Why that?
Great plugin :)
However strange it may appear, I'd like to countdown till 2067, but the plugin returns nothing beyond 2037. Why that?
This is a restriction of the mktime function:
"The number of the year, may be a two or four digit value,
with values between 0-69 mapping to 2000-2069 and 70-100
to 1970-2000. On systems where time_t is a 32bit signed
integer, as most common today, the valid range for year is
somewhere between 1901 and 2038."
Sorry. Tell me if you have a solution.
I found these links:
ADOdb Date Time Library
Working with Dates beyond 2038 in PHP4/5
Unfortunately I'm not a programmer like you, but maybe I'm onthe right path, am I?
Yes, thanks! I just created a new version which supports
dates before 1970 and after 2038:
Wow... Speedier than I could ever think :)
And I'm so glad I've been of help.
This topic has been closed to new replies.