6 comments found.
hello, how to change date picker format to “yyyy-mm-dd”
Hi, Please you can go to ask item support section This is committed section only. Our support team ready for helping you support section questions.
Hi, Please add below js in form-elements.js (path:-assets/js/form-elements.js) for the date format as DD/MM/YY
JS: -
$(’.fc-datepicker’).datepicker({
showOtherMonths: true,
selectOtherMonths: true,
dateFormat: ‘dd/mm/yy’
});
HTML:-
<input class="form-control fc-datepicker hasDatepicker" placeholder="YYYY/MM/DD" type="text" id="dp1640669018822">
okey.thank you
You are welcome.
Nice work, GLWS
Good luck!
Great Work, Congratulations GLWS
Nice Work (GLWS)
Congratulations! Nice Work, GLWS