icehaunter / vue3-datepicker

Simple datepicker component for Vue 3
https://icehaunter.github.io/vue3-datepicker/
MIT License
151 stars 151 forks source link

Implementation of date format mask function #113

Closed TonyExpress closed 1 year ago

TonyExpress commented 1 year ago

This function allows the user to input a date into an input field and automatically takes care of inserting separators in the correct format. The function supports various date formats, and ensures that the input is always consistent with the specified format.