Forums
This topic is locked
How to insert dynamic date in webpage using dmx
Posted 28 Mar 2003 02:05:52
1
has voted
28 Mar 2003 02:05:52 Salma Ahmed posted:
hiCan anyone tell me how to insert dynamic date, ie date that changes when users login, in a webpage?
Replies
Replied 28 Mar 2003 02:34:26
28 Mar 2003 02:34:26 asp asp replied:
in dreamwever go to the INSERT menu and choose DATE.
Replied 28 Mar 2003 15:42:58
28 Mar 2003 15:42:58 Vince Baker replied:
That will only show a static date,
You need to put the following where you want the date to appear:
<%=Date%>
or if you want the date and time
<%=Now%>
Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting
You need to put the following where you want the date to appear:
<%=Date%>
or if you want the date and time
<%=Now%>
Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting