Summary | Reminder mail Date is not in DD/MM/YYYY format |
Queue | Kronolith |
Queue Version | 2.1.4 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | asa (at) isac (dot) gov (dot) in |
Created | 12/02/2006 (6794 days ago) |
Due | |
Updated | 12/05/2006 (6791 days ago) |
Assigned | |
Resolved | 12/05/2006 (6791 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Reminder mail Date is not in DD/MM/YYYY format
Queue ⇒ Kronolith
We have the following
setting in horde/prefs.php and locked.
$_prefs['date_format'] = array(
'value' => '%d/%m/%Y',
In this scenario, I get the following mail as a reminder.
-----------------------------------
You requested to be reminded about Nilima's Birthday, which is on 12/01/2006
at 06:00.
------------------------------
Here, the Actual Date is in 01/12/2006 (DD/MM/YYYY). But, in the mail
it is MM/DD/YYYY format. As per our settings, it should have come in
DD/MM/YYYY format.