Это мой код PHP для замены.
Код: Выделить всё
$date = str_replace(
array('y', 'm', 'd', 'h', 'i', 's'),
array('Year', 'Month', 'Days', 'Hours', 'Munites', 'Seconds'),
$key
);
Код: Выделить всё
MontHours
Код: Выделить всё
HourSeconds
Подробнее здесь: https://stackoverflow.com/questions/225 ... tr-replace
Мобильная версия