I have an app which should check that if Time is not within the required range then person should not able buy anything.
I am using PHP functions as below to check current time:
date_default_timezone_set ("Asia/Calcutta");
$date = date("H:i", time());
The time returned is correct but how can i check if time is in between 11:00AM to 11:00PM