2016年3月10日

phpstrtotime()对于31日求上个月有问题

摘要: PHP自带的strtotime()对于31日求上个月有问题,如下: <?php $date = "2012-07-31"; $date_unix = strtotime($date); $lastmonth = strtotime("last month",$date_unix);//或者strto 阅读全文

posted @ 2016-03-10 17:24 手撕高达的村长 阅读(338) 评论(0) 推荐(0) 编辑

PGsql解决时差24H

摘要: SELECT sa_ed_time, sa_st_time, case when sa_ed_time > sa_st_time then extract(EPOCH FROM (sa_ed_time - sa_st_time)::INTERVAL)/3600 else extract(EPOCH 阅读全文

posted @ 2016-03-10 11:30 手撕高达的村长 阅读(328) 评论(0) 推荐(0) 编辑

导航