thunderup Active member Feb 5, 2016 #1 I've got this code: Code: <xen:datetime time="$resource.resource_date" /> This only displays the date of the post, what code do I need to show date and time? For example instead of saying "Jan 2 2016" it wuold say "Jan 2 2016 at 3:15pm"
I've got this code: Code: <xen:datetime time="$resource.resource_date" /> This only displays the date of the post, what code do I need to show date and time? For example instead of saying "Jan 2 2016" it wuold say "Jan 2 2016 at 3:15pm"
Chris D XenForo developer Staff member Feb 5, 2016 #2 Try: Code: {xen:datetime $resource.resource_date, absolute} Upvote 0 Downvote