http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12072
paxed <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from paxed <[email protected]> --- Created attachment 27082 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27082&action=edit Add dateformat dd.mm.yyyy Here's my version, which makes things a bit more generic. ---- Add date format dd.mm.yyyy, known internally as dmydot. Make it much easier to add other date formats by passing the date format string to the templates, instead of hard-coding the allowed formats. Testing: (same as bgkriegel's) ---- Things that should be revisited one day: -tinyCME init uses hard-coded dateformat, but the dateformat plugin is not enabled. -dt_add_type_uk_date() should perhaps be made more general. -- 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/
