Advanced Search
Bookmark Add code Contact
 
 
 
   
 PHP
 ASP
 Java
 CGI & Perl
 ASP.NET
 Flash
 JavaScript
 
Home >> PHP >> Scripts & Programs >> Date & Time


ADOdb Date and Time Library 0.17

License: Free
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.
OS: linux, windows, freebsd, osx, sun
Date: Sun Jan 2 2005
Rating: (2.99 from 47 votes)