On Fri, 8 Jul 2005, Edin Kadribasic wrote:

> I would love to be able to do something like this:
> 
> $d = new Date(time());
> $d->month++;
> $d->print("Y-m-d"); // date() equiv.

Adding methods is no problem, that's what you get for free anyway, I 
just think that $d->month is too much magic, and not reproducable in non 
OO. (Also, passing a timestamp with time() is not always working, 
because of windows' limitations with it, that's the reason why I made it 
a string, or empty in case you want to use current time).

Derick
-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

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

Reply via email to