Is it possible to add validation / constraint elements to a date element using HTML api without jquery?
I am currently using jquery datePicker to display a calendar and to add restrictions using the beforeShow method for datePicker.
Now I'm trying to use the HTML5 calendaring and want to know how to add restrictions (for example: disable weendends / holidays) to the HTML5 calendar. Can someone point me in the right direction?
javascript html5
kvc
source share