I would like to know if it is possible to have input masks, im building a form which has a date that somthing has to be done by and wondered if it is possible to have an input mask
You can do that client-side using javascript, but that's not reliable.
A better way is to chedck the data once it has been submitted.