Skip to content

Commit 80058b4

Browse files
committed
remove unused imports
1 parent 150b26e commit 80058b4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/dev/docs/pages/blog/rtl-date-time.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ import localeVideoURL from 'url:../assets/datefield-locales.mp4';
1616
import placeholderVideoURL from 'url:../assets/datefield-placeholder.mp4';
1717
import keyboardVideoURL from 'url:../assets/rtl-keyboard.mp4';
1818

19-
20-
21-
```jsx import
22-
import {I18nProvider} from 'react-aria';
23-
import {DateField} from '@adobe/react-spectrum';
24-
import {parseZonedDateTime} from '@internationalized/date';
25-
```
26-
2719
---
2820
keywords: [date picker, date, time, calendar, components, accessibility, react spectrum, react, spectrum]
2921
description: Internationalization is a core feature of our Date and Time components. We support 13 different calendar systems as well as locale-specific formatting, number systems, and 12 and 24 hour time. However, we identified an issue with our right-to-left support where in some right-to-left (RTL) languages, the format of the date and time fields was incorrect. While investigating this bug, we faced several challenges in ensuring proper date and time representation in RTL languages and implemented various strategies that we’d like to share.

0 commit comments

Comments
 (0)