31 Oct
2016
31 Oct
'16
3:43 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17524 --- Comment #2 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 57001 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57001&action=edit Bug 17524: Fix datepicker check for iso dates Iso dates are yyyy-mm-dd, the is_valid JS function expects \d{2}-\d{2}-\d{4} when it should be \d{4}-\d{2}-\d{2} Test plan: Switch DateFormat to iso Set a due date using the datepicker => Should work as expected -- You are receiving this mail because: You are watching all bug changes.