Stuart Wright Well-known member Sep 13, 2013 #1 For older dates, it only displays the date. How can I make it display the time also? Thanks
Jon W Well-known member Sep 14, 2013 #2 In the template post, replace: HTML: <xen:datetime time="$post.post_date" /> with: HTML: {xen:datetime {$post.post_date}, 'absolute'} Upvote 0 Downvote
In the template post, replace: HTML: <xen:datetime time="$post.post_date" /> with: HTML: {xen:datetime {$post.post_date}, 'absolute'}