Description : This script will get the date and time and
date/time and display the results
<%
Dim Mytime, MyDate
Mytime= Time()
Mydate= Date()
Mytimeanddate= Now()
%>
<p>The time Is: <%=MyTime %>
<p>The Date Is <%=MyDate%>
<p>It Is currently: <%=Mytimeanddate %>