Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support localization and range selection for Calendar and DatePicker components #572

Open
2 tasks
cheton opened this issue Apr 18, 2022 · 0 comments
Open
2 tasks

Comments

@cheton
Copy link
Member

cheton commented Apr 18, 2022

  • Localization
    https://mui.com/x/react-date-pickers/date-picker/
    <LocalizationProvider dateAdapter={AdapterDateFns}>
      <Calendar locale="en-US" />
      <Calendar locale="de-DE" />
    </LocalizationProvider>
  • Range selection
    <Calendar defaultValue={[startDate, endDate]} />
@cheton cheton changed the title New enhancements for Calendar and DatePicker Add localization and range selection to Calendar and DatePicker Apr 27, 2022
@cheton cheton changed the title Add localization and range selection to Calendar and DatePicker Support localization and range selection for Calendar and DatePicker components Apr 27, 2022
@cheton cheton added the P2 label Jun 19, 2024
@cheton cheton removed the P2 label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant