I want to display a variable date in a Wordpress page.
I know you can use Javascript or PHP to display the current date in Wordpress, but how can you do it in a certain page (HTML).
Let's say I want to place this string:
The promotion ends on the "the_date"
Also, I want to modify the date to add 2 more days. So if today's date is 7th of January of 2015, the post should show 9th of January of 2015.