Adodb Date And Time Library is a Date And Time script
Overall rating: (N/A)
|
The script ADOdb Date and Time Library is a Date and Time script (day/date/time application).
PHP native date funtcions 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 yaers.
This libarry was developed to overcome these limitation by replacing the native functions signed integers with PHP floating point numbers when necessary. This library supports dates from 100 A.D. To billions of years in the fuutre. 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.
|
 Write a comment about the script ADOdb Date and Time Library
|