http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12072 --- Comment #20 from paxed <pasi.kallinen@pttk.fi> --- (In reply to Jonathan Druart from comment #19)
(In reply to paxed from comment #18)
1/ Prefer to use Koha::DateUtils instead of C4::Dates. 2/ C4::Dates is not used in C4::Templates. 3/ Prefer to sent variable to template in C4::Auth (common way to do). 4/ Very good initiative!
1/ Because Koha::DateUtils doesn't do what is needed here - it knows nothing about the actual formatting string, just a user-friendly format name like
Is is not a good idea to continue to add code in C4::Dates.
Yes, someone should move the missing functionality from there to Koha::DateUtil then. That doesn't sound like it's relevant to this feature enhancement, though. -- You are receiving this mail because: You are watching all bug changes.