-
Notifications
You must be signed in to change notification settings - Fork 0
cDateISO::Day0()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public string libdatephp\cDate::Day0()
- Namespace : libdatephp
- Class name: cDateISO
- This method is defined by libdatephp\cDate
Day0() returns the day part of the date with leading zeroes
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
echo $dt->Day0( );
string the day part with leading zeroes
This wiki page is part of the documentation of the PHP class library libdatephp