Index: branches/5.2.x/core/units/languages/languages_config.php =================================================================== diff -u -N -r15238 -r15436 --- branches/5.2.x/core/units/languages/languages_config.php (.../languages_config.php) (revision 15238) +++ branches/5.2.x/core/units/languages/languages_config.php (.../languages_config.php) (revision 15436) @@ -1,6 +1,6 @@ '1', 'required' => 1, 'default' => 'g:i:s A', ), 'DateFormat' => Array ('type' => 'string', 'not_null' => 1, 'required' => 1, 'default' => 'm/d/Y'), + 'ShortDateFormat' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => 'm/d'), 'TimeFormat' => Array ('type' => 'string', 'not_null' => 1, 'required' => 1, 'default' => 'g:i:s A'), + 'ShortTimeFormat' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => 'g:i A'), 'DecimalPoint' => Array ('type' => 'string', 'not_null' => 1, 'required' => 1, 'default' => '.'), 'ThousandSep' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'Charset' => Array ('type' => 'string', 'not_null' => '1', 'required' => 1, 'default' => 'utf-8'),