Skip to content

cDateISO::Month0()

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

Method Month0( )

 public   string libdatephp\cDate::Month0()

Month0() returns the month part of the date with leading zeroes

Example:

$dt = new \libdatephp\cDate( 1, 1, 2017 );

Returns

string the month part with leading zeroes

See also

Clone this wiki locally