From b2e2e2a94172ec826086632c7a25649584270db8 Mon Sep 17 00:00:00 2001 From: hywax Date: Fri, 28 Nov 2025 16:24:53 +0500 Subject: [PATCH 1/2] docs(input-date, input-time): update notes to include locale-aware date formatting information --- docs/content/docs/2.components/input-date.md | 4 ++++ docs/content/docs/2.components/input-time.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/content/docs/2.components/input-date.md b/docs/content/docs/2.components/input-date.md index d425df7a04..ca61ffbff2 100644 --- a/docs/content/docs/2.components/input-date.md +++ b/docs/content/docs/2.components/input-date.md @@ -44,6 +44,10 @@ props: --- :: +::note +This component relies on the [`@internationalized/date`](https://react-spectrum.adobe.com/internationalized/date/index.html) package which provides objects and functions for representing and manipulating dates and times in a locale-aware manner. Format of date depends on the [`locale`](/docs/getting-started/integrations/i18n) installed in your application. +:: + ### Range Use the `range` prop to select a range of dates. diff --git a/docs/content/docs/2.components/input-time.md b/docs/content/docs/2.components/input-time.md index 308168c1cd..a2537348a5 100644 --- a/docs/content/docs/2.components/input-time.md +++ b/docs/content/docs/2.components/input-time.md @@ -45,7 +45,7 @@ props: :: ::note -This component relies on the [`@internationalized/date`](https://react-spectrum.adobe.com/internationalized/date/index.html) package which provides objects and functions for representing and manipulating dates and times in a locale-aware manner. +This component relies on the [`@internationalized/date`](https://react-spectrum.adobe.com/internationalized/date/index.html) package which provides objects and functions for representing and manipulating dates and times in a locale-aware manner. Format of date depends on the [`locale`](/docs/getting-started/integrations/i18n) installed in your application. :: ### Hour Cycle From 1c52cc6decc11b22edc23f71bb3609b7bcc8f733 Mon Sep 17 00:00:00 2001 From: hywax Date: Fri, 28 Nov 2025 16:53:13 +0500 Subject: [PATCH 2/2] docs(calendar): enhance note to clarify locale-dependent date formatting --- docs/content/docs/2.components/calendar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/2.components/calendar.md b/docs/content/docs/2.components/calendar.md index b41625ab36..5c204fa054 100644 --- a/docs/content/docs/2.components/calendar.md +++ b/docs/content/docs/2.components/calendar.md @@ -44,7 +44,7 @@ props: :: ::note -This component relies on the [`@internationalized/date`](https://react-spectrum.adobe.com/internationalized/date/index.html) package which provides objects and functions for representing and manipulating dates and times in a locale-aware manner. +This component relies on the [`@internationalized/date`](https://react-spectrum.adobe.com/internationalized/date/index.html) package which provides objects and functions for representing and manipulating dates and times in a locale-aware manner. Format of date depends on the [`locale`](/docs/getting-started/integrations/i18n) installed in your application. :: ### Multiple