http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11244 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #22912|0 |1 is obsolete| | --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 22963 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22963&action=edit [SIGNED-OFF] Bug 11244 - notices ignoring the dateformat preference Overdue notices are using the MySQL date format and not the dateformat in the system preferences. Test Plan: 1) Enable checkout notices for a patron, make sure the date due is in the notice. 2) Check out an item to that patron, note the date is in the mysql datetime format 3) Apply this patch 4) Check out another item to the patron, not the date is now in the preferred date format. Signed-off-by: Owen Leonard <oleonard@myacpl.org> This results in correctly-formatted dates, but I think we need to think about adding time to the output since we have hourly checkouts. -- You are receiving this mail because: You are watching all bug changes.