Donate Share

phpDateTime - date and time classes

File Release Notes and Changelog

Release Name: phpDateTime 0.4

Notes:


Changes: 2004-05-10 removed php5-specific changes 2004-05-00 formating code documentation class Date: Date::setFromString(): added support for MySQL-Timestamp (<4.1) added DateTime::set() class DateTime added support for MySQL-Timestamp (<4.1) class Time: made Time::get() static made Time::getAsSeconds() static added Time::isNegative() as alias for Time::isNeg() most set*() methods now return get() as return value finished Time::mul() finished Time::div() Time.class.php: removed time_toseconds() removed seconds_to_time() time_add(), time_sub() now uses Time::getAsSeconds() and Time::get()