smarty_modifier_strftime (line
19)
smarty modifier:strftime()
strftime()関数のwrapper
sample:
{"2004/01/01 01:01:01"|
strftime:
"%Y年%m月%d日"}
string
smarty_modifier_strftime
(string $string, string $format)
-
string
$string: フォーマット対象文字列
-
string
$format: 書式指定文字列(strftime()関数参照)