Created
July 25, 2019 22:48
-
-
Save aaggour/d2e01f90e8cfc3589b2d24068abe992e to your computer and use it in GitHub Desktop.
date type
This file contains 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
<input type=date step=7 min=2014-09-08> - Monday only | |
<input type=time min=9:00 max=17:00 step=900> - 15m increments | |
<input type=week step=2 min=2014-W30> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it's helpful, thank you