简体   繁体   中英

Laravel 5 Carbon Format Date

如何在Laravel中使用Carbon返回此日期格式2015-07-01T00:00:00.000-00:00?

Ok, this should be the right format.

But the milliseconds format seems to work only from php 7.0.0 Docs

Carbon::now()->format('Y-m-d\TH:i:s.vP');

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM