-
Notifications
You must be signed in to change notification settings - Fork 0
cDateTime::SetNow()
Rainer Stötter edited this page Apr 28, 2017
·
10 revisions
public mixed libdatephp\cDateTime::SetNow()
- Namespace : libdatephp
- Class name: cDateTime
- This method is defined by libdatephp\cDateTime
sets the timestamp to the actual point of time.
Example:
use libdatephp;
$dtm = new cDateTime( '22.12.2016 05:00:00' );
$dtm->SetNow( )
This wiki page is part of the documentation of the PHP class library libdatephp