days_in_month
Calculate the number of days in a specified month or the current month using a YYYY-MM-DD format. Ideal for time-sensitive applications.
Instructions
Get the number of days in a month. If no date is provided, get the number of days in the current month.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No | The date to get the days in month. Format: YYYY-MM-DD |