is there a way to use an input type text for dates ? What I mean is just to limit the the input text at
YYYY-MM-DD
is there a way to use an input type text for dates ? What I mean is just to limit the the input text at
YYYY-MM-DD
Need to set type of field.
<input type="date">
is what you need.
For more about types, https://www.w3schools.com/html/html_form_input_types.asp