Jaxel
Well-known member
Doing this:
Returns results such as:
When a date gets older than a week, it gets rid of the "time" information. How do I force it to retain that time information? While maintaining the relative days like "Yesterday" and "Saturday".
Code:
<xf:date time="{$thread.FirstPost.post_date}" />
Yesterday at 11:02 PMSaturday at 1:31 PMDec 9, 2017When a date gets older than a week, it gets rid of the "time" information. How do I force it to retain that time information? While maintaining the relative days like "Yesterday" and "Saturday".