I am using date_i18n(‘Y-m-d’) to display local time. And I want to add 2 days or 3 days after the current date.
I am trying:
date_i18n('Y-m-d') + 2
;
or
date_i18n(‘Y-m-d’) + “+2 days”;
But none of them is working.
Thank You in Advance.
The page I need help with: [log in to see the link]