Things You'll Need:
- Web pages on a Windows Server running IIS (that support ASP)
- Design software (note pad or similar text editor will work just fine )
-
Step 1
Open web page you want to show date & time on.
-
Step 2
Select the location you want to display the date & time
-
Step 3
Type: <%=now()%> for date & time
Type: <%=date() %> for just the date to show.
Type: <%=time()%> for just the time to show. -
Step 4
Save file with the extension ".asp"
-
Step 5
upload file to server.








