PHP check if today is in between two dates

前端 未结 1 424
悲哀的现实
悲哀的现实 2021-01-24 10:58

Consider following code:

$today = date(\"d/m/Y\");

$start_date = \'20/11/2014\';
$time1 = strtotime($start_date1);
$start_date1 = date(\'d/m/Y\',$time1);

$end_         


        
1条回答
  •  借酒劲吻你
    2021-01-24 11:29

    Try this:

    
    

    0 讨论(0)
提交回复
热议问题