<?php $from = "2022-11-01"; $to = "2022-11-05"; $check = "2022-11-04"; if($from <= $check AND $check <= $to) { echo $check.' is between '.$from.' and '.$to; } else { echo $check.' is not between '.$from.' and '.$to; }
You have javascript disabled. You will not be able to edit any code.