-
Notifications
You must be signed in to change notification settings - Fork 0
cDateISO::TimeStamp()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public integer libdatephp\cDate::TimeStamp()
- Namespace : libdatephp
- Class name: cDateISO
- This method is defined by libdatephp\cDate
TimeStamp() returns the timestamp of the date - same as AsTimeStamp( )
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
echo $dt->TimeStamp( );
integer the timestamp
This wiki page is part of the documentation of the PHP class library libdatephp