Forums
This topic is locked
How to insert dynamic date in webpage using dmx
Posted 28 Mar 2003 02:05:36
1
has voted
28 Mar 2003 02:05:36 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 16:37:30
28 Mar 2003 16:37:30 Brent Colflesh replied:
Dear SalmaAhmed,
Depends on what Server Model you are using:
PHP
<? echo $Date("Y-m-d"
?>
VBScript
<% =date %>
Regards,
Brent
Depends on what Server Model you are using:
PHP
<? echo $Date("Y-m-d"

VBScript
<% =date %>
Regards,
Brent
Replied 28 Mar 2003 16:38:52
28 Mar 2003 16:38:52 Brent Colflesh replied:
Didn't notice the double post - naughty SalmaAhmed!