HighDots Forums  

HTML to create dates

alt.html.tags alt.html.tags


Discuss HTML to create dates in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chuck W
 
Posts: n/a

Default HTML to create dates - 07-01-2004 , 10:06 AM






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?

Thanks,

Chuck

Reply With Quote
  #2  
Old   
Toby A Inkster
 
Posts: n/a

Default Re: HTML to create dates - 07-01-2004 , 02:36 PM






Chuck W wrote:

Quote:
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?
<strong style="position:absolute;top:0;left:0">31/07/2004</strong>

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132



Reply With Quote
  #3  
Old   
Justice Elliot Chase
 
Posts: n/a

Default Re: HTML to create dates - 07-01-2004 , 08:24 PM




"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.

Quote:
Thanks,

Chuck



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.