Skip to content

cDateISO::Inc()

Rainer Stötter edited this page May 9, 2017 · 1 revision

Method Inc( )

 public   mixed libdatephp\cDate::Inc()

Inc() increments the managed date ( sets the date to the next day)

Example:

use libdatephp;

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

$dt->Inc( );

See also

Clone this wiki locally