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