Tuesday, 29 November 2011

DISPLAY YEAR

There are a number of ways that you can display the current year on your web pages. Here is a very simple way to do it with ASP / VBScript:


Printer Friendly Page


<% Response.Write Year(now) %>




This script displays the current year like this: 2011

No comments:

Post a Comment