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

How can I change the date & time format?

edited August 2006 in Vanilla 1.0 Help
Hi! The date in vanilla show this way: Nov 13th 2005 (English way), how can I change it? Thank you

Comments

  • Options
    line 455 of your languages' definitions.php, the entry is

    $Context->Dictionary['OldPostDateFormatCode']

    also, see http://us3.php.net/date for permissible letter-codes
  • Options
    MarkMark Vanilla Staff
    Don't change your language file, though.

    Instead add the custom definition to your conf/language.php file.
  • Options
    Thanks!
  • Options
    How to remove the 3 hrs ago or 1 min ago and make it just a regular date month day, 1999
This discussion has been closed.