Skip to content

cDate::GoEOY()

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

Method GoEOY( )

 public   mixed libdatephp\cDate::GoEOY()

GoEOY() aka "Go to end of year" sets the date to the end ( December 31nd ) of the year of the managed date

Example:

use libdatephp;

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

$dt->GoEOY( );

See also

Clone this wiki locally