Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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