Month « Excel « VBA / Excel / Access / Word






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