Looking for a mask where I can enter dd/mm/yyyy (with a limit of 31 for dd, 12 for mm) I tried several but possible to enter 24/24/2024
Thanks,
|
Looking for a mask where I can enter dd/mm/yyyy (with a limit of 31 for dd, 12 for mm) I tried several but possible to enter 24/24/2024 Thanks, |
|||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
I use masked-input-plugin and handle validation separately with the rest of the form. |
|||
|
|
|
Try the jQuery Date Entry
Description from jQuery Plugin page:
|
|||
|
|
|
You could try this one: http://webdeveloperplus.com/jquery/how-to-mask-input-with-jquery/ |
|||
|
|
|
Try using jQuery .datepicker(): |
|||
|