1

i want to create a input form for date like this (exemple )

enter image description here

that gives to user the possibilte to insert just nembers and it gives him that form

(___/.___/._________)
2

1 Answer 1

0

You can use JQuery like this:

<input id="date" type="text"></input>

$("#date").mask("99/99/9999");

Look at this

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.