1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

News datestamp now retains value when editing. Updated datetime picker.

This commit is contained in:
Cameron
2013-02-20 17:38:34 -08:00
parent 312dad5b3b
commit 50b922f588
4 changed files with 1954 additions and 1537 deletions

View File

@@ -110,7 +110,7 @@ class convert
function toMask($mask, $legacy = false)
{
$convert = array(
'%Y' => 'yy',
'%Y' => 'yyyy', // 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