I have placed a datepicker on my jqm page and currently it allows the user to either pick from the calendar popup or type in data. How can i validate the data if the user decides to type in the input box?
Ideally, I would like to prevent them from typing in invalid data to start with. Is this possible?
If that is not possible, what is the best way to validate there data after they leave the input box?
reference: