| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlCalendar::fromDateTime(PHP 5.5.0, PHP 7, PECL >= 3.0.0a2) IntlCalendar::fromDateTime — Create an IntlCalendar from a DateTime object or string 説明オブジェクト指向型 手続き型 Creates an IntlCalendar object either from a DateTime object or from a string from which a DateTime object can be built. The new calendar will represent not only the same instant as the given DateTime (subject to precision loss for dates very far into the past or future), but also the same timezone (subject to the caveat that different timezone databases will be used, and therefore the results may differ). パラメータ
返り値
The created IntlCalendar object or 例
例1 IntlCalendar::fromDateTime()
<?php 上の例の出力は以下となります。 2013 Februar 28 00:01:02 Deutschland Zeit |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlCalendar::fromDateTime - Create an IntlCalendar from a DateTime object or string」をGoogle検索
|