I have a question that has been resolved here: How to insert today's date into a URL?
Now I have other problem. I have the image URL as follows:
http://cache3-img1.pressdisplay.com/pressdisplay/docserver/getimage.aspx?file=61072015010500000000001001&page=1&scale=44
and I input to HTML page as follows:
<img src="http://cache3-img1.pressdisplay.com/pressdisplay/docserver/getimage.aspx?file=61072015010500000000001001&page=1&scale=44" width="150"/>
...20150105... numbers in the URL is today's date .
How do I insert today's date code on the IMAGE URL using javascript like my previous problem .