1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Issue #133 - tested the date conversion outside of news etc. And is all working properly. Issue must be elsewhere.

This commit is contained in:
Cameron
2013-03-05 02:05:52 -08:00
parent 0895c97082
commit e7c60ee476

View File

@@ -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