-
Notifications
You must be signed in to change notification settings - Fork 0
cDateISO::GoEOY()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public mixed libdatephp\cDate::GoEOY()
- Namespace : libdatephp
- Class name: cDateISO
- This method is defined by libdatephp\cDate
GoEOY() aka "Go to end of year" sets the date to the end ( December 31nd ) of the year of the managed date
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
$dt->GoEOY( );
This wiki page is part of the documentation of the PHP class library libdatephp