Open cheton opened 4 years ago
Cleave.js provides a clever way that helps format input text content automatically. We can use this library (or borrow the code) to replace the existing date / time formatter.
https://nosir.github.io/cleave.js/
https://github.com/nosir/cleave.js/blob/master/src/Cleave.react.js
https://github.com/nosir/cleave.js/blob/master/src/shortcuts/DateFormatter.js
https://github.com/nosir/cleave.js/blob/master/src/shortcuts/TimeFormatter.js
Look forward to it!!
Cleave.js provides a clever way that helps format input text content automatically. We can use this library (or borrow the code) to replace the existing date / time formatter.
Demo
https://nosir.github.io/cleave.js/
React Binding
https://github.com/nosir/cleave.js/blob/master/src/Cleave.react.js
DateFormatter
https://github.com/nosir/cleave.js/blob/master/src/shortcuts/DateFormatter.js
TimeFormatter
https://github.com/nosir/cleave.js/blob/master/src/shortcuts/TimeFormatter.js