Calendar::adjust()
Calendar::adjust() -- Adjusts the date (helper method)
概要
require_once 'Calendar.php'; |
void Calendar::adjust ()
説明
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.
注意
この関数は、スタティックにコールする
ことはできません。