Mega Code Archive

 
Categories / VisualBasic Script / Date Functions
 

Mmmm - Displays the full name of the month

Sub formatDemo17()     Debug.Print Format(#4/1/2006 12:36:54 PM#, "mmmm") End Sub