Remove year from material-ui datepicker

Omer Eldar

Right now the only two types of date pickers possible are Date pickers with the full month, day, and year, and datetime pickers. I want to allow my user to select a season rather than a specific range and as such want to remove the year from the Date picker. How would I go about doing this?

DTD

Your best bet is probably https://github.com/airbnb/react-dates. You can format the dates to display in MMDD, for example. This would allow your users to define their own range or "season" as you specified.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

jQuery UI DatePicker to show month year only

Remove or change the calendar icon from angular material datepicker

Where is the datepicker in material ui next?

Angular Material 2 DatePicker with only month and year

Change formatDate in datepicker of material ui

Material UI: Remove up/down arrow dials from TextView

How to remove default padding from material ui List Item?

Manage datepicker dates with material ui

remove padding of the textbox which comes from material ui

Cant remove padding-bottom from Card Content in Material UI

How can I remove the underline of TextField from Material-UI?

Angular Material DatePicker: Month and Day, Exclude Year

Material UI DatePicker set to Required

React - Material UI: How to remove scrollbar from table

Remove blue outline from Select box React Material UI

How to remove padding from angular material datepicker

Remove padding from Material UI SwipeableViews React [SOLVED]

jQuery UI datepicker as "year calendar"

jQuery UI datepicker validation based on the year

Angular material datepicker multi-year startView

How to remove border of Material UI's DatePicker?

How to remove the arrows icons from a Material UI TextField

Remove a div from Material UI's Date Picker

Unable to remove padding from material-ui TabPane

Material UI Datepicker not working on angular

How to remove disabled years from material datepicker?

Remove label from filled DesktopDatePicker Material UI

How to remove hover from button? Material UI v5

dynamic datePicker in material ui Reactjs