I want to calculate a future date based on the date the post is published and use it in the content of a post.
I can echo the post publication date using:
echo the_date('Y-m-d');
How can I calculate the future date?
I want to calculate a future date based on the date the post is published and use it in the content of a post.
I can echo the post publication date using:
echo the_date('Y-m-d');
How can I calculate the future date?
You must be logged in to post a comment.
try
or