MONTH

(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")

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.