Last active
February 12, 2020 11:55
-
-
Save rashid327/cc75ed8155140be2f8dc68ecde6f5026 to your computer and use it in GitHub Desktop.
onfocus Date in JS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Date onfocus in java script --> | |
<input placeholder="Date" class="dateDO" type="text" onfocus="(this.type='date')" id="date"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment