摘要: 可随意组合自己需要的时间格式 //年:Y 月:m 日:d 时:h 分:i 秒:s 可随意组合(下面是调用函数例子,date是封装的函数) date('Y-m-d h:i:s',new Date().getTime())//2022-06-08 05:31:54 date('Y/m/d h:i:s', 阅读全文
posted @ 2022-06-09 09:27 彳小闲鱼 阅读(454) 评论(0) 推荐(0) 编辑