Samples
Calculate how many days in the month of January 1, 2022:Arguments
The syntax is:| Name | Type | Default | Required | Description |
|---|---|---|---|---|
date | TIMESTAMPTZ | - | ✔ | Timestamp to use to calculate how many days in the month |
Calculates days in month given a timestamptz
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
date | TIMESTAMPTZ | - | ✔ | Timestamp to use to calculate how many days in the month |