Skip to content

Instantly share code, notes, and snippets.

@samithaf
Created July 19, 2014 08:03
Show Gist options
  • Save samithaf/bd81ae383fe272c66c50 to your computer and use it in GitHub Desktop.
Save samithaf/bd81ae383fe272c66c50 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="jQuery UI Date picker" />
<link href="//code.jquery.com/ui/1.9.2/themes/smoothness/jquery-ui.css" rel="stylesheet" type="text/css" />
<script src="//code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="//code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<p>Start Date: <input type="text" id="datepicker-start"></p>
<p>End Date:&nbsp;&nbsp;<input type="text" id="datepicker-end"></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment