https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30718

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #137707|0                           |1
        is obsolete|                            |
 Attachment #137715|0                           |1
        is obsolete|                            |
 Attachment #137803|0                           |1
        is obsolete|                            |
 Attachment #137804|0                           |1
        is obsolete|                            |
 Attachment #137805|0                           |1
        is obsolete|                            |
 Attachment #137806|0                           |1
        is obsolete|                            |
 Attachment #137807|0                           |1
        is obsolete|                            |
 Attachment #137868|0                           |1
        is obsolete|                            |
 Attachment #137869|0                           |1
        is obsolete|                            |

--- Comment #27 from Jonathan Druart <[email protected]> ---
Created attachment 138644
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138644&action=edit
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.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to