|
IntlDateFormatter::getPatterndatefmt_get_patternIntlDateFormatter が使用するパターンを取得する 説明オブジェクト指向型
public stringfalse IntlDateFormatter::getPattern()
手続き型 stringfalse datefmt_get_pattern(IntlDateFormatter
$formatter )Formatter が使用するパターンを取得します。 パラメータ
戻り値
フォーマット/パース 時に使用するパターン文字列を返します。
失敗した場合に 例例1 datefmt_get_pattern の例
例2 オブジェクト指向の例
上の例の出力は以下となります。 pattern of the formatter is : MM/dd/yyyy First Formatted output is 12/31/1969 Now pattern of the formatter is : yyyymmdd hh:mm:ss z Second Formatted output is 19690031 04:00:00 PST 参考
|