Summary | Date format %a is not resolved |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 12/07/2012 (4600 days ago) |
Due | |
Updated | 12/10/2012 (4597 days ago) |
Assigned | |
Resolved | 12/10/2012 (4597 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 76a7730948c6b22b79da0a88865f3bebf5d12d96
Author: Jan Schneider <jan@horde.org>
Date: Mon Dec 10 17:57:27 2012 +0100
[jan] Fix more strftime() formatting of certain locale-specific
format specifiers (
Bug #11831).framework/Date/lib/Horde/Date.php | 2 +-
framework/Date/package.xml | 4 ++--
framework/Date/test/Horde/Date/DateTest.php | 16 ++++++++++++++--
3 files changed, 17 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/76a7730948c6b22b79da0a88865f3bebf5d12d96
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Date format %a is not resolved
Type ⇒ Bug
State ⇒ Unconfirmed
when I select a date format in the prefs UI containing "%a" like "%a,
%Y-%m-%d", the prefs UI properly shows the short name of the current
weekday.
When I enter mnemo, it shows "%a" in the date column, so %a is not resolved.
A date format that contains "%A" (=full weekday name) is shown correctly.
Thomas