Hi,
I'am currently updating the date and time formats in the ispconfig language files and need some help for the other languages beside 'de' and 'en'.
The 'de' formats are:
$wb['conf_format_dateshort'] = 'd.m.Y';
$wb['conf_format_datelong'] = 'l, d. F Y';
$wb['conf_format_timeshort'] = 'H:i';
$wb['conf_format_timelong'] = 'H:i:s';
$wb['conf_format_datetime'] = 'd.m.Y H:i';
The 'en' formats are:
$wb['conf_format_dateshort'] = "Y-m-d";
$wb['conf_format_datelong'] = "l dS of F Y";
$wb['conf_format_timeshort'] = "H:i";
$wb['conf_format_timelong'] = "H:i:s";
$wb['conf_format_datetime'] = "Y-m-d H:i";
The date format is in PHP notation:
http://php.net/manual/de/function.date.php
Please post the formats for the languages that you know here in the thread so that I can check if they are set correctly in the other language files.
Thanks in advance,
Till
Recent comments
14 hours 11 min ago
19 hours 16 min ago
23 hours 41 min ago
1 day 1 hour ago
1 day 15 hours ago
1 day 15 hours ago
1 day 20 hours ago
2 days 3 hours ago
2 days 4 hours ago
2 days 5 hours ago