以下の内容はhttps://blog.systemjp.net/entry/20110513/p6より取得しました。


strtotime() PHPのバージョンによっては"Y-m"が通じない

詳しくバージョン調べてないけど、ローカルとサーバーでは動きに違いがあった。

NG!

...
$r_date = date("Y-m",$timestamp);
$result = strtotime(r_date)
...

OK

...
$r_date = date("Y-m-d",$timestamp);
$result = strtotime(r_date)
...



以上の内容はhttps://blog.systemjp.net/entry/20110513/p6より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14