Month("Feb 4, 1900") returns 2 : Month « Excel « VBA / Excel / Access / Word






Month("Feb 4, 1900") returns 2

 
Sub monDemo()
    Debug.Print Month("Feb 4, 1900")
End Sub

 








Related examples in the same category

1.Month(date) returns a Variant/Integer between 1 and 12, inclusive, representing the month for date
2.Month(Date)