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
|
|||||
|
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 Get the year with the DatePart function DatePart function example Function GetYear(strDate) GetYear = DatePart(yyyy Bookmark It |
|||||
|
Copyright © 2012 Programmingsite : source code - All Rights Reserved |
|||||