Disable previous dates from today in jQuery datepicker


/ Published in: jQuery
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $(function () {
  2. $('#date').datepicker({ minDate: 0 });
  3. });

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.