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