fixed month names :)
This commit is contained in:
@@ -10,7 +10,7 @@ $number_decimal_separator = ',';
|
||||
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
||||
|
||||
$day_of_week = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa');
|
||||
$month = array('Jan', 'Feb', 'M<>rz', 'April', 'Mai', 'Juni', 'Juli', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez');
|
||||
$month = array('Januar', 'Februar', 'M<>rz', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%d. %B %Y um %H:%M';
|
||||
|
Reference in New Issue
Block a user