Branch 'roundcubemail-plugins-kolab-3.1' - plugins/libcalendaring

Thomas Brüderli bruederli at kolabsys.com
Thu Sep 26 11:38:23 CEST 2013


 plugins/libcalendaring/libcalendaring.php |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 4eaa1d5078cf88020cf78155762b96658c4f24be
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Thu Sep 26 11:33:24 2013 +0200

    Fix date format translation for fullcalendar (#2140)

diff --git a/plugins/libcalendaring/libcalendaring.php b/plugins/libcalendaring/libcalendaring.php
index 3016e51..9df9e00 100644
--- a/plugins/libcalendaring/libcalendaring.php
+++ b/plugins/libcalendaring/libcalendaring.php
@@ -769,6 +769,7 @@ class libcalendaring extends rcube_plugin
             'dddd' => 'l',
             'ddd'  => 'D',
             'dd'   => 'd',
+            'd'    => 'j',
             'HH'   => '**',
             'hh'   => '%%',
             'H'    => 'G',
@@ -799,6 +800,7 @@ class libcalendaring extends rcube_plugin
             'F' => 'MMMM',
             'm' => 'MM',
             'n' => 'M',
+            'j' => 'd',
             'd' => 'dd',
             'D' => 'ddd',
             'l' => 'dddd',




More information about the commits mailing list