On Tue, 3 Aug 2004, Jevon Wright wrote:

> I always wished that PHP had VB's set of operators on dates/times... (and
> also in SQL): year(), month(), date(), time_serial(), and the like. Yes, you
> can do it with date("...", $x); but then it's just awkward to remember all
> the operators.

Good point, I'll add that to the list.

> Also, I'd always wished that PHP would have support for dates after 32 bit
> (2037)... when do you think Pecl's Date would get into PHP?

The thing I'm working on should work for larger ranges than the 32bit
range, except that I can't do DST information outside the range, as the
timezone information files can not contain this :I

Derick

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to