Skip to content

cDate::GoBOW()

Rainer Stötter edited this page Apr 28, 2017 · 9 revisions

Method GoBOW( )

 public   mixed libdatephp\cDate::GoBOW()

GoBOW() aka "Go to bottom of week" sets the date to the start ( sunday ) of the week of the managed date

Example:

use libdatephp;

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

$dt->GoBOW( );

See also

Clone this wiki locally