Skip to content

cDate::GoEOQ()

Rainer Stötter edited this page Apr 28, 2017 · 9 revisions

Method GoEOQ( )

 public   mixed libdatephp\cDate::GoEOQ()

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( );

See also

Clone this wiki locally