Koha/koha-tmpl
Jonathan Druart 23f4830095 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

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-11-02 10:57:48 +00:00
..
intranet-tmpl Bug 17524: Fix datepicker check for iso dates 2016-11-02 10:57:48 +00:00
opac-tmpl Bug 15581: Follow-up - suggested change to the OPAC message 2016-11-02 10:28:58 +00:00
favicon.ico
index.html
intranet.html
opac.html