Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Display full timestamp
jstnhickey
New
I noticed that the timestamps just state the date if the post was made the previous day. I can't seem to find where this is happening in the code. Is there a way to display the full time stamp at least for a few weeks or months?
Tagged:
0
Answers
18th November 2011 @ 15.27pm ?
There was an error rendering this rich post.
Just curious, by the way this is a simple fix.. But why use it?
There was an error rendering this rich post.
The call to Gdn_Format::Date() is given just 1 parameter, defaulting to the variable format you described above (changing based on elapsed time). If you manually specify the second argument, you can use a single date format for all time ranges.
This parameter is a string, and consists of formatting commands for PHP's "strftime" function: http://php.net/strftime
Vanilla Forums COO [GitHub, Twitter, About.me]