OSDN Git Service

Create new function to generate formatted timestamp with Japanese charactors and...
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / libs / ACTIONS.php
index ab3a67b..8e6e380 100644 (file)
@@ -490,7 +490,7 @@ class ACTIONS extends BaseActions {
                        $format = '%d %B %Y';
                }
 
-               echo strftime($format,mktime(0,0,0,$m?$m:1,$d?$d:1,$y));
+               echo strftimejp($format,mktime(0,0,0,$m?$m:1,$d?$d:1,$y));
        }
 
        /**