Javascript Date Validation ( DD/MM/YYYY) & Age Checking

前端 未结 16 1595
遇见更好的自我
遇见更好的自我 2020-12-01 11:09

I\'ve started to work on Javascript recently. What I am testing is checking the DoB in valid format. Next step will be checking the age.

What my HTML code includes

16条回答
  •  抹茶落季
    2020-12-01 12:06

    You can use attributes of html tag instead of validation from html input type ="date" can be used instead of validating it. That's the benifits html 5 gives you

提交回复
热议问题