Mega Code Archive

 
Categories / VisualBasic Script / Date Functions
 

Dddddd - Displays the complete date (day, month, and year) in the systems long date format

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