This class can manipulate dates in several ways and format a date using words and conventions of your language.
It is possible to compute the difference between 2 dates in days, hours, minutes, seconds.
You can also add or subtract a period value of days, hours, years, ... and return the resulting date in a textual representation.
There are also other useful methods to get common information, like the day of the week, days in month, day of year, or to comparing two dates.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (91.7%) |
Good (83.3%) |
- |
Good (83.3%) |
- |
- |
Sufficient (62.5%) |
516 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
dateObj.class.php |
Class |
main file, contain the class |
test.php |
Example |
a test file that show some of the class methods |