我使用strtotime("first day of this month", time());来获取当前月份的开始,使用strtotime("midnight", time());获取当前一天的开始。strtotime("last hour", time());给我当前的时间,减1。
看一下这些文档,我发现你可以构建表达式来获得你想要的时间,然而,我已经尝试过好几次了,我被困住了。如何使用strtotime获
我有以下例子:where date between ('19-06-2014 00:00:00,000000000 EUROPE/BUCHAREST') and ('19-06-2014 23:59:59,000000000 EUROPE/BUCHAREST'select * from my_table你知