Mega Code Archive

 
Categories / VisualBasic Script / Date Functions
 

Ddddd - Displays the complete date (day, month, and year) in the systems short date format

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