概要
閲覧数:1238
投稿日:2017-01-18
更新日:2017-01-18
date('Y-n-j H:i:s', strtotime(取得した文字列));
コード
$target = '2016-05-04 12:34:56'; echo date('Y-n-j H:i', strtotime($target)); //2016-5-4 12:34
結果
2016-5-4 12:34
$target = '2016-05-04 12:34:56'; echo date('Y-n-j H:i', strtotime($target)); //2016-5-4 12:34
2016-5-4 12:34