I have a static webpage, nothing changes dynamically. However the client wants a date insert into text within the page. The date will always be the current daet plus one day
Use JavaScript and insert the date onLoad.
Take a look here for a working example: http://jsfiddle.net/xGDvp/
This will update the date as follows: February 5, 2011
Your HTML:
Your Javascript