Skip to content

Instantly share code, notes, and snippets.

@stijnj
Created April 19, 2012 16:58
Show Gist options
  • Save stijnj/2422294 to your computer and use it in GitHub Desktop.
Save stijnj/2422294 to your computer and use it in GitHub Desktop.
Date picker
/**
* Date picker
*/
form { width: 250px; padding: 10px; padding-top: 125px; }
<link rel="stylesheet" href="http://www.inventis.be/assets/default/css/style.css?v=120411za" :>
<form>
<div class="input">
<input type="date" />
</div>
</form>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment