SyntaxFix
Write A Post
Hire A Developer
Questions
No you can not but you may want to use input type number as a workaround. Look at the following example:
<input type="number" min="1900" max="2099" step="1" value="2016" />