GNU Health - Bugs: bug #44374, Date formatting should use...
You are not allowed to post comments on this tracker with your current authentication level.
bug #44374: Date formatting should use Lang.strftime
| Submitter: | Cédric Krier <cedk> | ||
| Submitted: | Thu 26 Feb 2015 12:56:38 PM UTC | ||
| Category: | Programming / Tracebacks | Severity: | 1 - Wish |
| Item Group: | None | Status: | Fixed |
| Privacy: | Public | Assigned to: | None |
| Open/Closed: | Closed | Release: | 2.9.0 |
| Module: | health | Component: | None |
|
Thu 23 Apr 2015 07:23:59 PM UTC, comment #1: |
Chris Zimmerman <teffalump> |
|
Thu 26 Feb 2015 12:56:38 PM UTC, original submission:
The datetime_strftime tools is not really intended to be used by modules.
|
Cédric Krier <cedk> |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 4 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2015-04-24 | meanmicio | Release | None | 2.9.0 | |
| 2015-04-23 | teffalump | Status | Ready For Test | Fixed | |
| Open/Closed | Open | Closed | |||
| 2015-02-26 | cedk | Attached File | - | Added patch, #33193 |
Powered by Savane 3.12.
Corresponding source code

Looks great! Added the patch and fixed a little typo (language,.date --> language.date). Also, followed your patch and removed datetime_strftime from health_surgery as well. Thanks!