trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

Date Time parse and validate issue #858

Open Cophla opened 8 years ago

Cophla commented 8 years ago

the addon is not able to parse datetime values using jquery validator by Asp.Net MVC: $("#txtDisplayDate").datetimepicker({ dateFormat: 'yy-mm-dd', timeFormat: 'hh:mm:ss tt' }); example: 2016-01-30 11:23:30 AM in c# DateTime format: yyyy-MM-dd hh:mm:ss tt

to see the full issue with MVC Asp.Net check here: https://forums.asp.net/p/2082755/6011047.aspx?DateTime+Parse+Issue