(date Value)
Gets the month component of the date represented by value parameter.
Example: MONTH(DATE(2016,1,20,1,2,3,400)) is the month component of the value parameter (1).
Value: Required. The date to get the component from.
Example
month(&Date)
Note
Use the FORMAT function to get Month Names:
format(&Date,"MMMM")
Comments
Please sign in to leave a comment.