Date and time,...

edited April 2009 in Vanilla 1.0 Help
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 ???

Comments

  • SS ✭✭
    themes/comments.php
    Find TimeDiff($this->Context, $Comment->DateCreated) and replace it, for example.
    Example:date('d M Y H:i', $Comment->DateCreated)
    See php.net/date
Sign In or Register to comment.