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…