-
Notifications
You must be signed in to change notification settings - Fork 0
cDate::EOY()
Rainer Stötter edited this page May 9, 2017
·
10 revisions
public \libdatephp\cDate libdatephp\cDate::EOY()
- Namespace : libdatephp
- Class name: cDate
- This method is defined by libdatephp\cDate
EOY() aka "end of year" returns the cDate value of the day which is the last day ( December 31th ) of the year the managed date is in
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
echo $dt->EOY( )->AsSQL( );
\libdatephp\cDate the last day of the year of the managed date
This wiki page is part of the documentation of the PHP class library libdatephp