Description | The |
Syntax | DAYS_IN_MONTH( |
Output | integer |
Variables
date
: The date or datetime for which you want to calculate the number of days in the month.
Example
DAYS_IN_MONTH(`Event Date`)
Event | Event Date | DAYS_IN_MONTH |
Event A | 2023-09-10 | 30 |
Event B | 2023-02-25 | 28 |
Event C | 2023-12-01 | 31 |
Event D | 2023-04-15 | 30 |