/ Published in: jQuery
URL: http://stackoverflow.com/questions/1786411/jquery-datepicker-to-prevent-past-date
Expand |
Embed | Plain Text
$(function () { $('#date').datepicker({ minDate: 0 }); });
You need to login to post a comment.
