https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17448
Bug ID: 17448
Summary: Add custom strftime() format for dateformat
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Add a 'Custom - strftime' option dateformat and TimeFormat
dateformat
DateFormatString
Format dates using [Custom - strftime] where format string is []
See
man 3 strftime for format options
This would allow us much more flexibility in date format, e.g. if
dateformat = "custom"
DateFormatString = "%d-%b-%Y"
%d The day of the month as a decimal number (range 01 to 31).
%b The abbreviated month name according to the current locale.
%Y The year as a decimal number including the century.
Would display the date 2016-10-14 as
14-Oct-2016
--
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/