get_week_number
Calculate the ISO week number and year for a given date or today's date. Useful for reporting, scheduling, and planning.
Instructions
Get the ISO week number and year for a given date.
Use this to determine the week number of the year following ISO 8601
standards, useful for reporting and scheduling.
Parameters:
date — Date in ISO format (e.g. "2025-06-07"). Defaults to today
if empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |