Each week, I release a newsletter with a consistent file path and similar file name except for the date. The newsletter is published every 7 days, requiring me to update the link by adding 7 days to the date each time. It's important that the date is included in the file name, so simply naming it "newsletter" won't suffice; it needs to be ".../newsletter-DDMMYY.pdf"
<a href="/newsletter-040314">Weekly Newsletter</a>
Is there a way to use javascript to automatically adjust the date in the URL above on a weekly basis?