In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
says...
> Hi!
> 
> Say, has anybody re-written the date funtions so they work with any date and
> not be crippled by the unix timestamp range limit?
> 
> I am looking for a function which will do the equivalent of
>    date("w",mktime(0,0,0,8,30,1934))
> but that will actually *work*.
> 
> Does anybody know a way to return which day of the week (0-7) it is for
> dates outside the unix timestamp range?
> 
> I wish this stuff would be build into PHP.

You might look at the Calendar functions for this - you may need to 
recompile your php to include them.

-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to