I18Nv2_Locale::formatDate

I18Nv2_Locale::formatDate() – 日付をフォーマットする

Synopsis

require_once 'I18Nv2/Locale.php';

string I18Nv2_Locale::formatDate ( int $timestamp = = null )

Description

現在のロケールにあわせて、日付をフォーマットします。

Parameter

integer $timestamp

フォーマットするタイムスタンプ。

Return value

フォーマット済みの日付を文字列で返します。

Note

This function can not be called statically.