"Chuck W" <chuckwildeman (AT) yahoo (DOT) com> wrote
Quote:
Hi,
I am creating an e-mail note written in HTML and want today's date
plus 30 days to appear at the top of the screen. Can anyone tell me
how to code this? |
Either use Javascript, or server-side modification. I'd suggest doing it
on the server, as this does not give the compatibility problems Javascript
would. As for how, that depends on the method for server-side scripts or
language that you use - a simple web search should find it for any languages
or methods you need.
If you can't run server-side scripts, then you will have to use
Javascript - but you will have a problem with compatibility between
browsers.