convert HTML5 input type date format to like this "01-Jan-2024"?
I am trying to format my HTML5 input date type date format to "01-Jan-2024". I have tried placeholder="dd-mm-yyyy" value="" and required pattern="[0-9]{2}-[0-9]{3}-[0-9]{4}". Nothing working. Can you please help me how to format the date to "d-MM-yyyy" (like '01-Jan-2024') <div class="form-group…