Skip to content

cDate::SetToday()

Rainer Stötter edited this page May 9, 2017 · 10 revisions

Method SetToday( )

 public   mixed libdatephp\cDate::SetToday()

SetToday() sets the date on today

Example:

use libdatephp;

$dt = new cDate( 11, 23, 2016 );

$dt->SetToday( );

See also

Clone this wiki locally