https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28376 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 121257 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121257&action=edit Bug 28367: PROOF OF CONCEPT Replace jQueryUI date/timepicker with Flatpickr This patch is a proof of concept demonstrating how jQueryUI date & time pickers could be replaced using the Flatpickr library (https://flatpickr.js.org/). The patch modifies two pages as test cases: - Circulation -> Renew (with SpecifyDueDates enabled), to demonstrate date and time selection. - Administration -> Patron categories -> New category, to demonstrate a date picker. I've made some customizations to the default Flatpickr library's CSS and incorporated it into staff-global.scss, so you must rebuild the staff client SCSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff...). -- You are receiving this mail because: You are watching all bug changes.