I am working with Ext JS 5.1 which is very new. So I can't able to find masking property. On page load I want a date field to be appearing as '00/00/0000'. With the help of reMask property I am able to restrict users to put only numbers there. But I want while entering the date, the field should be appeared like 02/24/2015. The User must not put '/' explicitly. It should be there always. while erasing the date, the '/' shouldn't be erased. Only numbers must be erased then and it will appear like '--/--/----'.
Please provide me some guidance so I can proceed with my work. Thanking you in advance.