-
Notifications
You must be signed in to change notification settings - Fork 0
cDate::SetToday()
Rainer Stötter edited this page May 9, 2017
·
10 revisions
public mixed libdatephp\cDate::SetToday()
- Namespace : libdatephp
- Class name: cDate
- This method is defined by libdatephp\cDate
SetToday() sets the date on today
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
$dt->SetToday( );
This wiki page is part of the documentation of the PHP class library libdatephp