grantus
Active member
In my template I have
I know I can use
I tried wrapping number around date and vice versa but get errors.
Normally in PHP it's just to add something like
Any ideas?
{{date($value.date_signup, 'F j, Y')}}
and I want to be able to add + 1 or whatever number to the day.I know I can use
{{ number({$value} + 1) }}
but how can I use that within date
?I tried wrapping number around date and vice versa but get errors.
Normally in PHP it's just to add something like
+ 1 days
, is there something like this in Xenforo?Any ideas?