http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12072
Bug ID: 12072
Summary: New dateformats are stupidly hard to add
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5 - low
Component: I18N/L10N
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
We need a dateformat like "dd.mm.yyyy" but just adding that into C4/Dates.pm,
Koha/DateUtils.pm and i18n_l10n.pref -files isn't enough, because the allowed
date formats are hard-coded in multiple template like this:
[% IF ( dateformat == "us" ) %]mm/dd/yy[% ELSIF ( dateformat == "metric" )
%]dd/mm/yy[% ELSE %]yy-mm-dd[% END %]
The dateformat style should be passed to the templates instead.
--
You are receiving this mail because:
You are the assignee for the bug.
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/