v5:reference:connection:unixdate
unixDate
Use of 64 bit processors and later versions of PHP have effectively made this function obsolete. It may be removed in later releases of ADOdb
syntax
int dbObject::unixDate(){ float $timestamp }
Description
The static function unixDate()
accepts a Unix Timestamp value, and uses the date/time functionality of the database server to return another timestamp. For versions of PHP earlier than 5, this function could be used to bypass limitations of dates before 1st January 1970. For databases that do not support the functionality, the function makes use of ADOdb time handling library.
Usage
SQL Server example
v5/reference/connection/unixdate.txt · Last modified: 2016/01/17 01:34 by mnewnham