|
IntlDateFormatter::setPatterndatefmt_set_patternIntlDateFormatter が使用するパターンを設定する 説明オブジェクト指向型
public bool IntlDateFormatter::setPattern(string
$pattern )手続き型 bool datefmt_set_pattern(IntlDateFormatter
$formatter , string $pattern )IntlDateFormatter が使用するパターンを取得します。 パラメータ
戻り値
成功した場合に 例例1 datefmt_set_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 19691231 04:00:00 PST 参考
|