Skip to content

cDateISO::Day0()

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

Method Day0( )

 public   string libdatephp\cDate::Day0()

Day0() returns the day part of the date with leading zeroes

Example:

use libdatephp;

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

echo $dt->Day0( );

Returns

string the day part with leading zeroes

See also

Clone this wiki locally