Get Days in Month
days_in_monthFind the number of days in any month by supplying a date. Returns the day count for that month's calendar.
Instructions
Returns the number of days in the month of a given date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | The date to check (format: YYYY-MM-DD). Defaults to current date |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | Yes |