Is there a way to ensure (and verify) that a viewer inputs the correct time - hours and minutes - WITHOUT having to put drop-down boxes on my page.
I could place two drop-down boxes on the page (one for the hours and one for the minutes), but ideally, I would like to see just an Input Box with the following contents:
hh:mm
The user will input the hours and minutes, and the data will be verified.
I could place two drop-down boxes on the page (one for the hours and one for the minutes), but ideally, I would like to see just an Input Box with the following contents:
hh:mm
The user will input the hours and minutes, and the data will be verified.