Jquery – Formating the date with bootstrap datepicker
I have an input where using bootstrap datepicker, but i want the output format to be like (Day - Month #, year) ex: Wednesday - January 1, 2025. <div class="col-md-6"> <div class="form-group"> <label>Date</label> <div class="date input-group"> <input type="text" class="datepicker form-control"…