Koha/labels
Jonathan Druart 48bf9b1d91
Bug 30718: Use flatpickr's altInput
The idea rely on the KohaDates TT plugin for the date formatting. We
should not have any output_pref calls in pl or pm (there are some
exceptions, for ILSDI for instance).

Also flatpickr will deal with the places where dates are inputed. We
will pass the raw SQL value (what we call 'iso' in Koha::DateUtils), and
the controller will receive the same value, no need to additional
conversion.
Note that DBIC has the capability to auto-deflate DateTime objects,
which makes things way easier. We can either pass the value we receive
from the controller, or pass a DT object to our methods.

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-08-19 08:26:31 -03:00
..
barcode-print.pl Bug 29821: Add interface for generating barcodes using svc/barcode 2022-04-08 15:49:17 +02:00
label-create-csv.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
label-create-pdf.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
label-create-xml.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
label-edit-batch.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
label-edit-layout.pl Bug 17600: Fix POSIX imports 2021-07-29 14:37:26 +02:00
label-edit-profile.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
label-edit-range.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
label-edit-template.pl Bug 31137: (QA follow-up) Also fix new template page 2022-07-18 10:22:30 -03:00
label-home.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
label-item-search.pl Bug 30718: Use flatpickr's altInput 2022-08-19 08:26:31 -03:00
label-manage.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
label-print.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
spinelabel-home.pl Bug 28624: Remove Smart::Comments 2021-07-26 12:46:32 +02:00
spinelabel-print.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00