I’m looking for a javascript datepicker like this one : http://code.google.com/p/mobiscroll/
but I want it to respect a maximum date (like the one mentionned in the “max” attribute of my date input on the web page). I don’t care if I have to set that as an option but I want it to respect a certain date.
Any idea? Thanks!
Starting from 2.0 mobiscroll has this functionality. It also works with input type=”date” min/max values.