Options
Date and time,...
Hi people!
".. days ago", ".. hours ago". How to make a classic date and time on comments. hours and minutes??
Like this - Comment posted: date, 20:45 ???
0
Comments
Find TimeDiff($this->Context, $Comment->DateCreated) and replace it, for example.
Example:
date('d M Y H:i', $Comment->DateCreated)
See php.net/date