/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$(function () { $('#date').datepicker({ minDate: 0 }); });
URL: http://stackoverflow.com/questions/1786411/jquery-datepicker-to-prevent-past-date