Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html date input pick only date

<!-- This will force the user to use your given condition to pick only, Not Write by keyboard or delete by backspace. -->

<input type="date" onkeydown="return false" min="2010-07-10" max="2010-12-10">
 
PREVIOUS NEXT
Tagged: #html #date #input #pick #date
ADD COMMENT
Topic
Name
6+7 =