Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个投标系统,我想显示所有投标人的日期和时间,并且格式中包含秒数。
我用了这个 LOCecho date('m/d/Y H:i:s', strtotime($w['postedDate']));
echo date('m/d/Y H:i:s', strtotime($w['postedDate']));
它显示这06/17/2013 17:35:00是正确的,除了秒。特定日期时间的数据库中的秒数是 0.53 而不是 00。
06/17/2013 17:35:00