jinky32 / my3-fed-repository

0 stars 0 forks source link

Forms/Text Input - Date of birth. #28

Open jinky32 opened 9 years ago

jinky32 commented 9 years ago

From Team Berners-Lee's Form Fields Standards

Label: Date of birth.

Sub Text:

Type: 3 Seperate Textboxes

Validation / Syntax:

Error Message: Please enter a valid date of birth (dd/mm/yyyy).

jinky32 commented 9 years ago

Consider

<input type="date">

or

<input type="datetime">
papafed commented 9 years ago

UA support for data and datetime inputs is shocking. We cannot rely upon it, and therefore we need to build our own.