16 Apr
2014
16 Apr
'14
12:48 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12072 --- Comment #19 from Jonathan Druart <jonathan.druart@biblibre.com> --- (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. -- You are receiving this mail because: You are watching all bug changes.