I am using masked-input-plugin. Only day part need to change but month and year not need to change. Here is my code.
$("#id").mask("99/06/2017",{placeholder:"dd/mm/yyyy"});
During the input time :
it seeing like dd/06/2017
but if I select the input box then remove the cursor(without pressing any number) that time it's show something like as 06/06/2017
I have seen this question and answer
I am very sorry for my poor English.
Thanks in advance.