Open dbset opened 8 years ago
Hi Robin,
Please is possible two dates in the same input, but the second is optional, of course separated by space, how?
something : $('#field').inputmask('mask' : 'dd/mm/yyyy[ ][dd/mm/yyyy]');
If you try you will see what happens :(
Thanks for your great work
@ronaldosupport ,
It is not supported like you did but more like, (not tested)
$('#field').inputmask(alias: 'dd/mm/yyyy', mask : '1/2/y[ 1/2/y]');
But this will also give some issues.
Hi Robin,
Please is possible two dates in the same input, but the second is optional, of course separated by space, how?
something : $('#field').inputmask('mask' : 'dd/mm/yyyy[ ][dd/mm/yyyy]');
If you try you will see what happens :(
Thanks for your great work