island Active member Apr 16, 2017 #1 I have join date shown in the postbit under the username, but I'd like to change it to show only month and year, and not the day the user joined. How do I change this?
I have join date shown in the postbit under the username, but I'd like to change it to show only month and year, and not the day the user joined. How do I change this?
island Active member Apr 20, 2017 #3 Thanks. I found just now another solution with a template edit of message_user_info Valhalla said: You could use this, in place of what I posted above: Code: {xen:if '{$user.register_date} < {xen:calc '{$serverTime} - 86400 * 7'}', '{xen:date $user.register_date, 'M Y'}', '{xen:date $user.register_date}'} Click to expand... Upvote 0 Downvote
Thanks. I found just now another solution with a template edit of message_user_info Valhalla said: You could use this, in place of what I posted above: Code: {xen:if '{$user.register_date} < {xen:calc '{$serverTime} - 86400 * 7'}', '{xen:date $user.register_date, 'M Y'}', '{xen:date $user.register_date}'} Click to expand...