IntlCalendar::setDate
(PHP 8 >= 8.3.0)
IntlCalendar::setDate — Set a date fields
Description
Sets a date fields to the given value.
Parameters
yearThe new value for
IntlCalendar::FIELD_YEAR.monthThe new value for
IntlCalendar::FIELD_MONTH. The month sequence is zero-based, i.e., January is represented by 0, February by 1, …, December is 11 and Undecember (if the calendar has it) is 12.dayOfMonthThe new value for
IntlCalendar::FIELD_DAY_OF_MONTH.
Return Values
No value is returned.
Examples
Example #1 IntlCalendar::setDate() example
<?php
$intlCal = IntlCalendar::createInstance('UTC');
$intlCal->setDate(2012, 1, 29);
?>↑ and ↓ to navigate • Enter to select • Esc to close • / to open