I have vuetify date range picker
Right now it displays
I would like to force to always display in a lesser date order first for my model.
Ex. 5/1/2022 - 5/14/2022
CodePudding user response:
You can use a computed prop to sort/format the dates, and bind the result to the text field's value
: