Branch 'roundcubemail-plugins-kolab-format2-horde5' - 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 aa4be92557d3db659d4291cf543deb5c6f897bef
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 d842dc5..ede183d 100644
--- a/plugins/libcalendaring/libcalendaring.php
+++ b/plugins/libcalendaring/libcalendaring.php
@@ -747,6 +747,7 @@ class libcalendaring extends rcube_plugin
             'dddd' => 'l',
             'ddd'  => 'D',
             'dd'   => 'd',
+            'd'    => 'j',
             'HH'   => '**',
             'hh'   => '%%',
             'H'    => 'G',
@@ -777,6 +778,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