account_upgrades can't display the end_date for a subscription that's within 24 hours

Status
This content is read-only, or is not open for further replies.

Wutime

Guest
offline
Template: account_upgrades uses:
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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom