mugifly / jquery-simple-datetimepicker

Date & time picker for jQuery, It's simple & clean.
http://mugifly.github.com/jquery-simple-datetimepicker
Other
259 stars 181 forks source link

With futureOnly: true, past date is selected when clicking on "previous". #110

Closed ignatiusreza closed 10 years ago

ignatiusreza commented 10 years ago

Steps:

  1. Given that today is "5 March 2014", and futureOnly is true,
  2. Select "1 April 2014" on date picker,
  3. Click on "previous".

Result: "1 March 2014" is selected

Expected Result: "5 March 2014" is selected, because it is the earliest valid date.

mugifly commented 10 years ago

Thanks for your report.