Return to Snippet

Revision: 51426
at September 23, 2011 22:02 by eldanieldeepak


Initial Code
$(function () {
    $('#date').datepicker({ minDate: 0 });
});

Initial URL
http://stackoverflow.com/questions/1786411/jquery-datepicker-to-prevent-past-date

Initial Description


Initial Title
Disable previous dates from today in jQuery datepicker

Initial Tags
date, jquery

Initial Language
jQuery