Mega Code Archive

 
Categories / VisualBasic Script / Date Functions
 

VBA Date function and the Mod operator

Sub dateDemo()      MsgBox Date Mod 7 End Sub