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:
@@ -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
|
||||
|
Reference in New Issue
Block a user