IntlCalendar::setDate
(PHP 8 >= 8.3.0)
IntlCalendar::setDate — 日付のフィールドを設定する
説明
日付のフィールドを、指定した値に設定します。
パラメータ
year
-
IntlCalendar::FIELD_YEAR
の新しい値。 month
-
IntlCalendar::FIELD_MONTH
の新しい値。 月の数値は0から始まります。1月は0、2月は1、のように続き、 12月は11になります。(カレンダーに存在していれば) Undecember が12になります。 dayOfMonth
戻り値
値を返しません。
例
例1 IntlCalendar::setDate() の例
<?php
$intlCal = IntlCalendar::createInstance('UTC');
$intlCal->setDate(2012, 1, 29);
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google