ラベル strtotime の投稿を表示しています。 すべての投稿を表示
ラベル strtotime の投稿を表示しています。 すべての投稿を表示

2012年4月19日木曜日

phpのstrtotime関数を使って文字列を日付型に整形する

よく忘れるのでメモ。

echo date("Y/m/d",strtotime("20120418"));

こんなのもいけちゃいます。

echo date("Y-m-d",strtotime("Sat, 14 Apr 2012 13:17:36 +0000"));