[Tickets #10435] Re: Wrong Kronolith.conf.date_format
bugs at horde.org
bugs at horde.org
Thu Aug 18 13:28:46 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10435
------------------------------------------------------------------------------
Ticket | 10435
Updated By | cernik at fel.cvut.cz
Summary | Wrong Kronolith.conf.date_format
Queue | Kronolith
Version | 3.0.7
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
cernik at fel.cvut.cz (2011-08-18 13:28) wrote:
I probable found problem.
In (kronolith) lib/Event.php is in function toJson line:
$json->sd = $this->start->strftime('%x');
if i change it to:
$json->sd = $this->start->strftime('%d.%m.%Y');
(and for end date same) then it works ok.
Same problem is in button "Today" in dyn. kronolith (date_format_mini)
... but if i change it to anything different (from %x), it works ok.
Seen to be problem only in czech language ...
More information about the bugs
mailing list