-
Notifications
You must be signed in to change notification settings - Fork 0
cDateISO::WOY()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public integer libdatephp\cDate::WOY()
- Namespace : libdatephp
- Class name: cDateISO
- This method is defined by libdatephp\cDate
WOY() returns the ISO number of the week in the year the date belongs to. Same as NOW()
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
echo $dt->WOY( );
integer the number of he week
This wiki page is part of the documentation of the PHP class library libdatephp