Level 2
i think you have datepicker just change your format like
$('#due_from').datepicker({
format: "yyyy/mm/dd",
todayHighlight: true,
autoclose: true
});
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello i have an input type date and it shows to the user like this MM/DD/YYYY and i want it to be like this YYYY/MM/DD
Please or to participate in this conversation.