Month
Description
Returns the month portion of a date as an integer.
Syntax
Month ( date)
Arguments
date is a Date expression.
Remarks
Month returns an integer value between 1 and 12. If date is null, Month returns null.
Month works with both Date and DateTime expressions.