Skip to content

Instantly share code, notes, and snippets.

@juanpabloprado
Created December 27, 2018 05:23
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 juanpabloprado/dac4d24fec387e588acd23965e375e43 to your computer and use it in GitHub Desktop.
Save juanpabloprado/dac4d24fec387e588acd23965e375e43 to your computer and use it in GitHub Desktop.
Expiration month snippet
<select class="custom-select form-control" id="exp-month">
<option value="1">1 - January</option>
<option value="2">2 - February</option>
<option value="3">3 - March</option>
<option value="4">4 - April</option>
<option value="5">5 - May</option>
<option value="6">6 - June</option>
<option value="7">7 - July</option>
<option value="8">8 - August</option>
<option value="9">9 - September</option>
<option value="10">10 - October</option>
<option value="11">11 - November</option>
<option value="12">12 - December</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment