laravel 中对时间进行格式化
存的 timestamps -> 取出来想转成可视 例如: 2017 8 May
$post->created_at->toFormattedDateString();
doc:
http://carbon.nesbot.com/docs/
存的 timestamps -> 取出来想转成可视 例如: 2017 8 May
$post->created_at->toFormattedDateString();
doc:
http://carbon.nesbot.com/docs/