How do I convert a six-digit input to a date format in vue/JavaScript?
Been looking at various solutions for this, but they all seem to be backend-related. I am looking for a Vue/JavaScript method. I have a string that contains ID's. The first 6 digits are date of birth, and the final 4…