http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12072
--- Comment #19 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
