2022年3月10日

mysql 时间处理

摘要: mysql MySQL 获得当前日期时间 函数 获得当前日期+时间(date + time)函数:now() 获得当前日期+时间(date + time)函数:sysdate() sysdate() 日期时间函数跟 now() 类似,不同之处在于:now() 在执行开始时值就得到了, sysdate 阅读全文

posted @ 2022-03-10 15:08 何苦-> 阅读(128) 评论(0) 推荐(0) 编辑

PHP时间处理总结

摘要: php 时间函数 获取0-3个月的时间戳 $now = time(); strtotime("+0 year +3 month +0 day"); strtotime("-0 year -1 month -0 day"); php获取三个月前的时间戳: strtotime("-0 year -3 m 阅读全文

posted @ 2022-03-10 15:07 何苦-> 阅读(176) 评论(0) 推荐(0) 编辑

导航