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
<select name="cc-month" style="width: 100px;"> | |
<option value="">Month</option> | |
<option value="01">01 - January</option> | |
<option value="02">02 - February</option> | |
<option value="03">03 - March</option> | |
<option value="04">04 - April</option> | |
<option value="05">05 - May</option> | |
<option value="06">06 - June</option> | |
<option value="07">07 - July</option> | |
<option value="08">08 - August</option> |
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
git init | |
git remote add laravel https://github.com/laravel/laravel.git | |
git fetch laravel | |
git merge laravel/master |
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
Copyright (c) 2011 ZURB, http://www.zurb.com/ |