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