ListInput datetime-local mask

Hello is there a way to mask the datetime-local as “dd/mm/yyyy” instead of “mm/dd/yyyy” ?
I have used this : $("#" + id).mask(“99/99/9999”, { placeholder: “dd/mm/yyyy” });
but it doesn’t mask it

Are you talking about the Calendar / Datepicker control? Use the dateFormat parameter.