]> git.koha-community.org Git - koha.git/commit
Bug 28938: Correct Flatpickr's default 12hr time formatting
authorOwen Leonard <oleonard@myacpl.org>
Wed, 1 Sep 2021 18:08:49 +0000 (18:08 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 2 Sep 2021 06:48:24 +0000 (08:48 +0200)
commit72fc7babaa97dc6534325f248520715c29452f96
tree994004d6fd2e60c4f4d1aa1f94100b78b75b31f1
parent5aaaa57ce4790068f3092f3aa33d98b87a14e746
Bug 28938: Correct Flatpickr's default 12hr time formatting

This patch corrects Flatpickr's default 12 time formatting so that it
uses the formatting token "G" ("Hours, 2 digits with leading zeros")
instead of "h" ("Hours, 2 digits without leading zeros").

This will prevent incorrect times from being saved when the submitted
time is before 12.

- To test, apply the patch go to Administration -> System preferences.
- Set the TimeFormat system preference to "12 hour"
- Find an item which is checked out and renewable.
- Go to Circulation -> Renew and use the date picker to select a time <
  12, e.g. 9:00 AM
- Submit the barcode for renewal.
- Check the patron's account to see the due date of the renewed item: It
  should match the date and time you selected.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc