标签: php datetime
我正在开发一个投标系统,我想显示所有投标人的日期和时间,并且格式中包含秒。
我使用了这个LOC echo 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,除了秒数外,它是正确的。数据库中特定日期时间的秒数为.53而不是00.
06/17/2013 17:35:00