Mega Code Archive

 
Categories / VisualBasic Script / Date Functions
 

Nn - Displays a number from 00 to 60 giving the two-digit minute

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