date input and validate
Posted: Tue Dec 17, 2013 11:22 pm
Hi Guys,
Im creating a database application and working on various data entry cards. one of the things I need to do is validate data entered in certain fields is formatted correctly. One such type of data is dates. What is the most efficient way (also the simplest for a newbie) to have an input mask on a field which can accept a dd/mm/yyyy format? I'm using the DatePicker extension, so 9 times out of 10, dates will be correct, but I need to be aware that a user may type in a date and I need to make sure its in xx/xx/xxxx format. Any help would be much appreciated
Thanks all
Jalz
Im creating a database application and working on various data entry cards. one of the things I need to do is validate data entered in certain fields is formatted correctly. One such type of data is dates. What is the most efficient way (also the simplest for a newbie) to have an input mask on a field which can accept a dd/mm/yyyy format? I'm using the DatePicker extension, so 9 times out of 10, dates will be correct, but I need to be aware that a user may type in a date and I need to make sure its in xx/xx/xxxx format. Any help would be much appreciated
Thanks all
Jalz