edit-calendar time parsing issue
Database management in a single PHP file
Brought to you by:
jakubvrana
Using the latest https://raw.githubusercontent.com/vrana/adminer/master/plugins/edit-calendar.php combined with the latest http://trentrichardson.com/examples/timepicker/jquery-ui-timepicker-addon.js
When editing a datetimefield the following error is given (and only the date is shown in the dropdown):
Error parsing the date/time string: Wrong time format
date/time string = 2017-10-24 11:53:53
timeFormat = HH:mm:ss.lcZ
dateFormat = yy-mm-dd
Removing the .lcZ from edit-calendar.php fixes the issue.
Fixed in Git.
Damn, that was fast :)