|
IntlDateFormatter::getDateTypedatefmt_get_datetypeIntlDateFormatter が使用する日付形式を取得する 説明オブジェクト指向型
public intfalse IntlDateFormatter::getDateType()
手続き型 intfalse datefmt_get_datetype(IntlDateFormatter
$formatter )Formatter が使用する日付形式を返します。 パラメータ
戻り値
Formatter の現在の 日付形式
の値を返します。
失敗した場合に 例例1 datefmt_get_datetype の例
例2 オブジェクト指向の例
上の例の出力は以下となります。 datetype of the formatter is : 0 First Formatted output is Wednesday, December 31, 1969 4:00:00 PM PT Now datetype of the formatter is : 2 Second Formatted output is 12/31/69 4:00:00 PM PT 参考
|