shubhadip / vuejs3-datepicker

vue 3 datepicker. supports disabling, highlighting of dates and programmatic access of date.
https://vuejs3-datepicker.netlify.app/
MIT License
69 stars 40 forks source link

Change format for typeable input #59

Open roelVerdonschot opened 1 year ago

roelVerdonschot commented 1 year ago

When typeable is active its only possible to enter dates in MM-DD-YYYY format. Is there a way to change this to DD-MM-YYYY?

knadich commented 1 year ago

When typeable is active its only possible to enter dates in MM-DD-YYYY format. Is there a way to change this to DD-MM-YYYY?

Hello, I have the same problem, did you find the solution please ?

Thanks

roelVerdonschot commented 1 year ago

Ye, use a different datepicker. We now use https://element-plus.gitee.io/en-US/component/date-picker.html#enter-date

roelVerdonschot commented 1 year ago

https://element-plus.gitee.io/en-US/component/date-picker.html#enter-date

knadich commented 1 year ago

https://element-plus.gitee.io/en-US/component/date-picker.html#enter-date

Thanks :)

lliyplliuk commented 8 months ago

When typeable is active its only possible to enter dates in MM-DD-YYYY format. Is there a way to change this to DD-MM-YYYY?

Hello, I have the same problem, did you find the solution please ?

Thanks

I create fork and fixed this problem(hope) https://github.com/lliyplliuk/vuejs3-datepicker