-
Notifications
You must be signed in to change notification settings - Fork 0
cDate::LOQ()
Rainer Stötter edited this page May 9, 2017
·
10 revisions
public integer libdatephp\cDate::LOQ()
- Namespace : libdatephp
- Class name: cDate
- This method is defined by libdatephp\cDate
LOQ( ) aka "Length of quarter" returns the number of days in the quarter the managed date is in
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
echo $dt->LOQ( );
integer the number of days in the quarter of the managed date
This wiki page is part of the documentation of the PHP class library libdatephp