|
|
|
This function can return the date of Chinese lunar calendar which is corresponding to the Gregorian calendar. Range from Jan 1st,1901 to Feb 11th,2021.
Version: 0.0.2
Platforms: linux, windows, freebsd
Last Updated: February 08, 2006 |
|
|
|
|
PHP native date functions use integer timestamps for computations. Because of this, dates are restricted to the years 1901-2038 on Unix and 1970-2038 on Windows due to integer overflow for dates beyond those years. This library was developed to overcome these limitation by replacing the native function's signed integers with PHP floating point numbers when necessary. This library supports dates from 100 A.D. to billions of years in the future. For high speed, this library uses the native date functions where possible, and only switches to PHP code when the dates fall outside the 32-bit signed integer range.
Version: 0.17
Platforms: linux, windows, freebsd, osx, sun
Last Updated: February 08, 2006 |
|
|
|
|
Easy to install and fully configurable script shows the user exactly what the accommodation provider has available on any given day of the year. This script works well for the smaller accommodation provider up to 50 rooms.
Version: 1.2
Platforms: Linux
Last Updated: February 08, 2006 |
|
|
|
|
DATE is a php class performing calculations with dates, like number of days (or months, or years) between two dates, days from the beginning of the year and to the end of the year, bisextile year check.
Version: 1.0
Platforms: linux, windows, freebsd, osx, sun
Last Updated: June 02, 2006 |
|
|
|
|