I'm using Angular2TestMask in my application for masking.For date field the mask I'm using is this
dMask = [/[0-9]/, /[0-9]/, '/',/[0-9]/, /[0-9]/,'/', /\d/, /\d/, /\d/, /\d/];
But now I need to mask date time filed.How can I do that. If it is not with Angular2TextMask then please suggest me any other masking component compatible with Angular2.
time = [/[0-1][0-9]/, /[0-5][0-9]/ , /[0-5][0-9]/] + ([AaPp][Mm]))