I'm trying to validate the input for time 00:00 pm or am. I have done 00:00 with mask() validation, but i'm unable to extend this validation with 00:00 am or pm.
I tried below code for the validation.
$("#phone").mask("00:00");
But i want to give permission to user that put value only in this (00:00 am or pm) format. I would like to appreciate if someone help. Thank you