|
IntlDateFormatter::setCalendardatefmt_set_calendarFormatter が使うカレンダー型を設定する 説明オブジェクト指向型
public bool IntlDateFormatter::setCalendar(IntlCalendarintnull
$calendar )手続き型 bool datefmt_set_calendar(IntlDateFormatter
$formatter , IntlCalendarintnull $calendar )このフォーマッターが使用するカレンダーあるいはカレンダー型を設定します。 パラメータ
戻り値
成功した場合に 変更履歴
例例1 datefmt_set_calendar の例
例2 オブジェクト指向の例
上の例の出力は以下となります。 calendar of the formatter is : 1 Now calendar of the formatter is : 0 例3 引数に IntlCalendar を使う例
上の例の出力は以下となります。 before: Sunday, March 3, 2013 at 1:00:00 AM Central European Standard Time after: Saturday, Rabiʻ II 20, 1434 at 7:00:00 PM Eastern Standard Time 参考
|