Download List

Project Description

Date_Calc is a PHP class used to calculate and manipulate calendar dates and retrieve dates in a calendar format. It does not rely on 32-bit system date stamps, so you can display calendars and compare dates that date pre 1970 and post 2038.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:12
1.1

The argument lists for all functions were rearranged from $year,$month,$day to $day,$month,$year for better usability. This breaks backward compatability with scripts using earlier releases of Date_Calc. You will have to update your scripts before using this new version. The programming logic was changed to check if year, month, or day is empty individually instead of as a whole. The weeksInMonth() function was added.

2001-01-30 15:12
1.0.4

A bug has been fixed in daysInMonth().

2001-01-30 15:12
1.0.3

Function names were changed to studlyCaps style to comply with PEAR function naming methods. If you used an earlier version of Date_Calc, you will need to update your function names.

2001-01-30 15:12
1.0.2

A fix for a bug in N_weekday_of_month().

2001-01-30 15:12
1.0.1

A fix for a bug in end_of_prev_month() that returned wrong results.

Project Resources