Combinig JQuery datapicker with input field validation /filter
- by Olav
I am using the JQueryui Datepicker. But it doesn't really affect values entered manually in the input-field. Is there some way I can use the same (client) code to specify mask / validation on the input field (when the datapicker is not used - not just have datepicker output the correct format).
What would be the most consistent way to do this in the JQuery framework?
Thanks
Remarks
It seems jQuery put som restraints on input (I.e. I can only enter digits- mask "yymmdd") so the main thing is to get validation.