g00fy- / angular-datepicker

calendar and datepicker directives for angular
MIT License
722 stars 421 forks source link

New issue reporting #301

Open ferrarima69 opened 7 years ago

ferrarima69 commented 7 years ago

I think to have found two issues in setting the date and time through the input fields min e max in the section "Input with popup (date-time directive)" The string "Jul 28, 2016 13:00 PM", with a value greater than 12 for the hour, is considered a valid date-time. Besides the locale is changed from UTC to MET. For instance if I write "Jul 28, 2016 11:00 PM" in the field min, the text in the field max is "Jul 28, 2016 9:00 PM". I've used this link to do my tests "https://rawgit.com/g00fy-/angular-datepicker/master/app/index.html". Is this the rigth link or is there a new version of the application? Thanks