ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 29,045
- Points
- 823
Reputation:
Template: account_upgrades uses:
Code:
If the $active.end_date is within 24 hours it displays:
Code:
using {{ date($active.end_date) }} will display the date properly.
Continue reading...
Code:
Code:
<xf:if is="$active.end_date">
{{ phrase('expires:') }} <xf:date time="{$active.end_date}" />
<xf:else />
{{ phrase('expires_never') }}
</xf:if>
If the $active.end_date is within 24 hours it displays:
Code:
Expires: tomorrow_at_x
using {{ date($active.end_date) }} will display the date properly.
Continue reading...