美文网首页
tp5 A non well formed numeric v

tp5 A non well formed numeric v

作者: 黄浪涛 | 来源:发表于2018-05-21 10:30 被阅读0次

    使用tp5在查询时间格式数据时,报错了:A non well formed numeric value encountered


    这其实是tp5会自动把 1526869014这种格式的时间戳装换为  2021-01-01 03:00:00格式的时间戳。

    所以我们在数据库中存的时间字段的格式为int(11)的就可了,在视图中展示的时候,tp5会自动的把1526869014转换为 2021-01-01 03:00:00这种格式的。

    相关文章

      网友评论

          本文标题:tp5 A non well formed numeric v

          本文链接:https://www.haomeiwen.com/subject/knjszttx.html