Categories

Display month name

Display the current month name

Display month name

<html> <body> <script type="text/vbscript"> document.write(MonthName(month(date))) document.write("<br />") document.write(MonthName(month(date)

Bookmark It

DatePart function example

Get the year with the DatePart function

DatePart function example

Function GetYear(strDate)     GetYear = DatePart(yyyy

Bookmark It