Skip to content

Instantly share code, notes, and snippets.

@trak3r
Created October 19, 2012 14:03
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 trak3r/3918386 to your computer and use it in GitHub Desktop.
Save trak3r/3918386 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>xxx</title>
<link href="/assets/bootstrap.css" media="all" rel="stylesheet" type="text/css" />
<link href="/assets/bootstrap-responsive.css" media="all" rel="stylesheet" type="text/css" />
<script src="/assets/jquery-1.8.2.js" type="text/javascript"></script>
<script src="/assets/bootstrap.js" type="text/javascript"></script>
</head>
<body>
<div class='container'>
<form class='form-horizontal'>
<div class='control-group'>
<div class='controls'>
<input type='date'>
</div>
</div>
</form>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment