【PHP】phpでstrftimeを使って和暦や午前、午後のフォーマットで表示する方法


【PHP】phpでstrftimeを使って和暦や午前、午後のフォーマットで表示する方法 | Bamboo lath 日々の記録phpでstrftimeを使って和暦や午前、午後のフォーマットで表示する方法

Linux環境で試したらできた。
(Cライブラリに依存するらしいです。)

setlocale(LC_TIME, "ja_JP.utf8", "Japanese_Japan.932");
print strftime('%EC%Ey年%B%#d日(%A) %OP %I時%M分', strtotime('2015-02-26 11:30:00'));
平成27年2月26日(木曜日) 午前 11時30分

■参考URL

strftimeで和暦表示
http://qiita.com/iwykzm@github/items/e6ff9f735a8ac7998a72

strftime – convert date and time to a string
http://pubs.opengroup.org/onlinepubs/007908799/xsh/strftime.html

カテゴリー

コメントを残す

メールアドレスが公開されることはありません。