Quick References
      ADO
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      VBScript
      WML
      WMLScript
      WSH
      XHTML
      XML DOM
      XSLT

Features
      Knowledge Base
      Tutorials

Partners
     ZVON.ORG
     XML
     Planet Source Code
     VisualBuilder
     Web Design
     Your HTML Source
     XML/XSLT Forums
     ASPAlliance
     Scripts
     
     Programmers Heaven
     Tek-Tips Forums
     Developer Fusion
     Code Project











FUNCTION:  MonthName( )

Implemented in version 2.0
 
MonthName(Month, Abbreviate)
 
The MonthName function returns the name of the month.
 
There is one mandatory argument.
 
Month
 
The Month argument is the number of the month (i.e., 1 throught 12).
 
Code:
<% =MonthName(6) %>
 
Output:
June
 
There is one optional argument.
 
Abbreviate
 
The Abbreviate argument is a Boolean value which gives the option of having the returned month name being abbreviated to the first three characters.
 
If set to True, the name will be abbreviated. If set to False the name will not be abbreviated.
 
Code:
<% =MonthName(6, True) %>
 
Output:
Jun


 


Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information