-
Notifications
You must be signed in to change notification settings - Fork 0
cDate::DOY()
Rainer Stötter edited this page May 9, 2017
·
10 revisions
public integer libdatephp\cDate::DOY()
- Namespace : libdatephp
- Class name: cDate
- This method is defined by libdatephp\cDate
DOY() aka "Day Of Year" returns the one-based day number of the date in the year
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
echo $dt->DOY( );
integer the number of he day in the year
This wiki page is part of the documentation of the PHP class library libdatephp