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 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