标签: php mysql time
我使用时间数据类型在db(mysql)中节省时间。 当我将时间存储在db中时,请以00:05:00.000000格式保存,但是我只想将hrs:min:sec(00:05:00)存储在db中。
还在正视图中显示hrs:min:sec(00:05:00)。
答案 0 :(得分:-1)
$ newtime = date(“ H:i:s”,strtotime($ this-> time)); 像这样尝试