我正试图在上午12点到晚上21点之间获得时间间隔。 但我不知道该怎么做,并且如何把它放在正确的陈述中。
好吧,我需要这样的条件语句: 有人能帮助我吗?$date = '2016-23-05 13:00:00';
if($date > 12:00:00 and $date < 21:00:00){
//some functions
}
else{
//some functions
}
答案 0 :(得分:1)
If(date("His", strtotime($date)) > 120000 && date("His", strtotime($date)) < 210000)