From e7c60ee476b98f24dd9f9089470c1e5230f69cea Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 5 Mar 2013 02:05:52 -0800 Subject: [PATCH] Issue #133 - tested the date conversion outside of news etc. And is all working properly. Issue must be elsewhere. --- e107_handlers/date_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/date_handler.php b/e107_handlers/date_handler.php index 41f3ade2e..0d0de1cac 100644 --- a/e107_handlers/date_handler.php +++ b/e107_handlers/date_handler.php @@ -110,7 +110,7 @@ class convert function toMask($mask, $legacy = false) { $convert = array( - '%Y' => 'yyyy', // jquery-ui docs say 'yy' but yy produces '13' instead of '2013' + '%Y' => 'yy', // jquery-ui docs say 'yy' but yy produces '13' instead of '2013' '%d' => 'dd', '%m' => 'mm', '%B' => 'MM', // Full month name, based on the locale