Mega Code Archive

 
Categories / VisualBasic Script / Date Functions
 

Ww - Displays an integer from 1 to 54 giving the number of the week in the year

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