Menu

phpDateTime - date and time classes / News: Recent posts

phpDateTime 0.6 released

phpDateTime, the allround date and time function classes, is released in version 0.6 with many improvements and fixes: f.e. more functons can now be called staticaly, added more date function like getNextWeek() or getLastWeek(), getNextDay() or getLastDay(), aso., fixed handling of MySQL-timestamps ( mysql-timstamps in form yyyymmdd or not supported anymore ), added trigger_error() to be more transparent with errors and many more ... check it out!

Posted by Sebastian Mendel 2005-02-21

phpDateTime for PHP5 is released in version 0.2

phpDateTime, php-classes for easier handling of date, time, datetime and timespan values, is released for PHP5 only in version 0.2.

Changes in this release:

- added some missing protected/public keywords

Time.class.php:
- made all Time::get*() static
- made Time::is*() static

DateTime.class.php:
- fixed MySQL-Timestamp-detection in DateTime::set()

I hope you will enjoy this new release, comments and feedback are welcome!... read more

Posted by Sebastian Mendel 2004-05-26

phpDateTime 0.5 released

phpDateTime, php-classes for easier handling of date, time, datetime and timespan values, is released as version 0.5.

Changes in this release:

Time.class.php:
- made all Time::get*() static
- made Time::is*() static

Date.class.php:
- fixed clone statement (forgot to remove)

DateTime.class.php:
- fixed MySQL-Timestamp-detection in DateTime::set()

I hope you will enjoy this new release, comments and feedback are welcome!... read more

Posted by Sebastian Mendel 2004-05-25

phpDateTime_php5 0.1 released

phpDateTime, php-classes for easier handling of date, time, datetime and timespan values, has released a pure php5 version for supporting all the new and exciting features of php5.
for other changes since phpDateTime 0.3 see release notes for phpDateTime 0.4

also dont forget to checkout the Source-Documentation at:
http://www.sebastianmendel.de/projects/phpDateTime/doc/HTMLframesConverter/DOM/earthli/

Posted by Sebastian Mendel 2004-05-10

phpDateTime 0.4 released

phpDateTime, php-classes for easier handling of date, time, datetime and timespan values, is released as version 0.4.
Changes include:
some code-cleanup and documentation-enhancements,
also some new function like: Time::div() and Time::mul()
and most Time::get*() methods can now be called statically.
and some more minor changes

see source-docu at:
http://www.sebastianmendel.de/projects/phpDateTime/doc/HTMLframesConverter/DOM/earthli/

Posted by Sebastian Mendel 2004-05-10

phpDateTime 0.3 released

nothing special new in this release, just switched License to LGPL

phpDateTime are php-Classes to easy handle Date and Time formats - convert, format, display, calculate - mainly designed for use with DB-Systems

Posted by Sebastian Mendel 2004-04-14

phpDateTime 0.2 released

phpDateTime is released in version 0.2.
phpDateTime is a pack of php-Classes to manage Date and Time values, especially for handling Date and Time values from and for DB's, it converts Date to and from formats like DIN, ISO, AMI and UK, it also supports mathemathical functions.

Posted by Sebastian Mendel 2004-04-08