@@ -866,30 +880,75 @@ function system_date_time_settings() {
'#description'=>t('Enable or disable user-configurable time zones. When enabled, users can set their own time zone and dates will be updated accordingly.')
'#description'=>t('A user-defined short date format. See the <a href="@url">PHP manual</a> for available options. This format is currently set to display as <span>%date</span>.',array('@url'=>'http://php.net/manual/function.date.php','%date'=>format_date(time(),'custom',$default_short_custom))),
'#description'=>t('A user-defined medium date format. See the <a href="@url">PHP manual</a> for available options. This format is currently set to display as <span>%date</span>.',array('@url'=>'http://php.net/manual/function.date.php','%date'=>format_date(time(),'custom',$default_medium_custom))),
'#description'=>t('A user-defined long date format. See the <a href="@url">PHP manual</a> for available options. This format is currently set to display as <span>%date</span>.',array('@url'=>'http://php.net/manual/function.date.php','%date'=>format_date(time(),'custom',$default_long_custom))),
);
$form['date_first_day']=array(
'#type'=>'select',
'#title'=>t('First day of week'),
...
...
@@ -897,8 +956,33 @@ function system_date_time_settings() {