I need to create a hyperlink that will change each day to incorporate the date from the day previous
Example:
For a download link on May 16th
<a href="http://www.example.com/dir/download-2020-05-15" title="Download Link">Download</a>
For a download link on May 17th
<a href="http://www.example.com/dir/download-2020-05-16" title="Download Link">Download</a>
I understand that there would probably be some script that can do this for me, but I cannot find it. Sorry if I am repeating other questions here.