Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created December 22, 2012 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wolfr/4358621 to your computer and use it in GitHub Desktop.
Save Wolfr/4358621 to your computer and use it in GitHub Desktop.
<span class="dateGroup">
<select class="input2AN" required>
<option>01</option>
<!-- All options for days, 01 to 31 -removed for blogpost -->
</select>
<select class="input2AN" required>
<option>01</option>
<!-- All options for months, januari to december - removed for blogpost -->
</select>
<select class="input4AN" required>
<!-- All options for months, 1900 to 2012 - removed for blogpost -->
<option selected="">2012</option>
</select>
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment