Date Transform: MONTH(A)
Returns the month portion of Date A as a value from 1 to 12
Purpose
Use this function to:
- Extract the numeric month of the year from a date
- Extract the numeric month of the year from a time-stamp
Return Value
| Property | Value |
|---|---|
| FieldType | Integer |
| FieldSize | Low |
| DataType | Discrete |
| DataSize | Short |
Example Return Value: 1 to 12
Parameters
| Parameter | JSON | Description |
|---|---|---|
| Table | “targetTable”: “MyTableName” | The target table on which the new field will be created |
| Filter | “dataset”: {DataSet_JSON} | Optional. If a filter is applied, records not in the filter Recordset will be returned as null. |
| DateTimeFunction | “p1”: “MONTH(A)” | MONTH(A) |
| A | “p2”: “DateTimeFieldName” “p2”: “DateFieldName” “p2”: “#YYYY-MM-DD HH:MM:SS” “p2”: “#YYYY-MM-DD” | Required. The date from which to extract the month Supports:
|
JSON Sample
Usage Notes
See also YEAR(A), DOY(A), WOY(A)
Example
| Example | Details |
|---|---|
| Description | Store Shipping month as numeric value |
| Input |
|
| Sample |