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 PM
Saturday at 1:31 PM
Dec 9, 2017
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".