Month
Description
Returns the month from the specified argument's date value as a long value. A new column is created for the results.
Use
- Argument:
- Select an argument. (Date)
- Output field name:
- Enter an output field name.
Example
Date value | Month() returns |
---|---|
2022-02-17 00:00:00.000 | 2 |
2021-07-25 00:00:00.000 | 7 |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_Month" to see an example of this function.