Cunha Thamires

Results 1 issues of Cunha Thamires

I'm using date mask `$('#id').mask('00/00/0000', { placeholder: "mm/dd/yyyy", clearIfNotMatch: true, 'translation': { 0: { pattern: /[0-9*]/ } } });` My application understand `dd/mm/yyyy.` How to change mask to `mm/dd/yyyy`?