Skip to content

cDate::DOQ()

Rainer Stötter edited this page May 9, 2017 · 10 revisions

Method DOQ( )

 public   integer libdatephp\cDate::DOQ()

DOQ() aka "Day Of Quarter" returns the day number of the date in the quarter

Example:

use libdatephp;

$dt = new cDate( 11, 23, 2016 );

echo $dt->DOQ( );

Returns

integer the number of he day in the quarter

See also

Clone this wiki locally