previousconstructor Calendar::Calendar (Previous) (Next) Calendar::buildnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Calendar::adjust

Calendar::adjust() – Adjusts the date (helper method)

Synopsis

require_once 'Calendar.php';

void Calendar::adjust ( )

Description

Helper method. You can adjust calling object's date just like mktime does. For instance, (2003, 11, -1) will be translated to (2003, 10, 31). This method allows math operations on dates.

Note

This function can not be called statically.

previousconstructor Calendar::Calendar (Previous) (Next) Calendar::buildnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.