On Mon, 17 Feb 2003 17:18:46 +0100
"Dirkjan Ochtman" <[EMAIL PROTECTED]> wrote:

> I think a date_serialize() function would be nice (with a companion
> unserialize). It should return a short version of the object that can
> be stored in a database, for example. Also, I would like a function
> that returns a Unix timestamp from the date object.

serialize(date_get_array($mydate)); does it, serialize the whole datas
is not a good thing, i.e. no need to store an invalid date. Or ?

The timestamp will be available.

thank's for the feedback,

hth

pierre

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

Reply via email to