Update date format some more
This commit is contained in:
@@ -791,8 +791,8 @@ function timeformat($logTime, $show_today = true)
|
||||
// Format any other characters..
|
||||
return strftime($str, $time);
|
||||
*/
|
||||
$fmt = datefmt_create("ru_RU", NULL, NULL, 'Europe/Moscow', NULL, "d MMMM Y HH:mm");
|
||||
return datefmt_format($fmt, $time);
|
||||
$fmt = datefmt_create("ru_RU", NULL, NULL, 'Europe/Moscow', NULL, "d MMMM Y, HH:mm");
|
||||
return str_replace(' ', ' ', datefmt_format($fmt, $time));
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user