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,...

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.