I have two select boxes with dates. See here the jsfiddle: http://jsfiddle.net/egrba/
The people can choice two dates in the select boxes. A date for arrival and a date for departure.
But now my problem. How can i check on date. They should not be able to choose a date in the past. How can i make that with jquery?
Thanks for helping me guys!
There are plenty of ways you could do that with custom JavaScript/jQuery code however there is an excellent jQuery UI component called Datepicker which offers a lot of really nice things for handling dates, including the ones you require.
Configuration options