Bug 5670: [QA Followup] Don't force ISO dates.
commit01b9e646f518c4e4db29ae9e8a6eb1b51c29b8e0
authorAlex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com>
Mon, 19 Sep 2016 11:12:21 +0000 (19 13:12 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 21 Oct 2016 18:17:59 +0000 (21 18:17 +0000)
tree4efd78195c67aff346f63980bc699741bc53b80e
parent656efcb5364ae09cfffb02a8ad4f13ff8f5d7db7
Bug 5670: [QA Followup] Don't force ISO dates.

* koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt: Use
  ".datepicker" class for date input, use `$KohaDates` to filter our iso
  dates.
* members/housebound.pl: Use DateTime and Koha::DateUtils to parse
  incoming date to ISO format.

Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt
members/housebound.pl