Skip to content

Instantly share code, notes, and snippets.

@rashid327
Last active February 12, 2020 11:55
Show Gist options
  • Save rashid327/cc75ed8155140be2f8dc68ecde6f5026 to your computer and use it in GitHub Desktop.
Save rashid327/cc75ed8155140be2f8dc68ecde6f5026 to your computer and use it in GitHub Desktop.
onfocus Date in JS
<!-- 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