[Koha-bugs] [Bug 11244] notices ignoring the dateformat preference

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 13 17:11:57 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11244

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
This patch looks up each field in the information schema table, and
if it is a date, datetime, or timestamp, it converts is to the format
specified in the preference dateformat.

Though the query in this patch looks like a mysql'ism, I believe it should also
work in postgres at the very least. I believe we will in the near future move
to Template Toolkit based notices which will render this issue moot. With TT
notices, we will be able to use the KohaDates plugin to format dates correctly
at that point.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list