1) Now Cleave provides the only delimiter for date parts: slash (/). Another symbols are not supported yet?
For example: 18-10-2017?
2) What about time values support?
new Cleave('.my-input', {
date: true,
delimiter: '-',
datePattern: ['d', 'm', 'Y']
});
Thanks
@nosir thank you for answer!
+1 for time options. We run a major listings website which requires inputs for opening hours of businesses. Please add this
Time supporting released, please check: https://github.com/nosir/cleave.js/issues/73#issuecomment-405003687
Most helpful comment
+1 for time options. We run a major listings website which requires inputs for opening hours of businesses. Please add this