Forums
This topic is locked
Problem with the dynamic dates
Posted 17 Dec 2002 16:34:14
1
has voted
17 Dec 2002 16:34:14 Kundert Steve posted:
Hello,When I make a page for a up date of a text and that the date must be posted dynamically, the navigator always put an error of syntax to me. The same thing for an addition of recording when I want to insert a new date the navigator posts me an error of syntax. It was said to me that dream MX had a problem to read the dates. I do not manage to find how to regulate this problem. Thank you in advance
Tantrum
Replies
Replied 19 Dec 2002 22:58:40
19 Dec 2002 22:58:40 Jeff DeHaven replied:
What server model are you using? If you are using .ASP VBScript, you can simply use this line of code to display the current date
<%=Date()%>
<%=Date()%>