[RSS Feed/News] How do I add days to the date?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
In my template I have {{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?

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom