I18Nv2_Locale::date()

I18Nv2_Locale::date()  -- Get local date

概要

require_once 'I18Nv2/Locale.php';

string I18Nv2_Locale::date ([int $timestamp = NULL])

説明

Get the local date as returned by strftime('%X').

パラメータ

integer $timestamp

timestamp which should be formatted

返り値

Returns string local date.

注意

この関数は、スタティックにコールする ことはできません。