Hello.
I have the following:
<input type="text" name="startbacktime"> In this box, the visitor puts in both the date in format mm/dd/yy and the time in format 00:00 am/pm. So if the date and time is January 1, 2002 at 1:00 pm, the visitor would enter 01/01/02 1:00 pm.
I also have a checkbox called PRIME
What I am looking for is a code that would check only the time portion entered in the startbacktime textbox and if it is between 7:00 am - 9:00 am or 2:00 pm - 4:00 pm to automatically check the PRIME checkbox.
Any help would be greatly appreciated.
I have the following:
<input type="text" name="startbacktime"> In this box, the visitor puts in both the date in format mm/dd/yy and the time in format 00:00 am/pm. So if the date and time is January 1, 2002 at 1:00 pm, the visitor would enter 01/01/02 1:00 pm.
I also have a checkbox called PRIME
What I am looking for is a code that would check only the time portion entered in the startbacktime textbox and if it is between 7:00 am - 9:00 am or 2:00 pm - 4:00 pm to automatically check the PRIME checkbox.
Any help would be greatly appreciated.