Skip to content

cDate::SetDay()

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

Method SetDay( )

 public   mixed libdatephp\cDate::SetDay(integer $d)

SetDay() sets the day part of the date

Example:

use libdatephp;

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

$dt->SetDay( 24 );

Arguments

  • $d integer - <p>the day part</p>

See also

Clone this wiki locally