get_week_number
Retrieve the ISO week number and year for any date, aiding in weekly reporting and scheduling.
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 |