Guest User

Untitled

a guest
Jan 17th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <link href="plugins/datepicker/datepicker3.css" rel="stylesheet">
  2.  
  3. <div id="sandbox-container">
  4. <input type="text" class="form-control">
  5. </div>
  6.  
  7. <script src="plugins/datepicker/bootstrap-datepicker.js"></script>
  8. <script type="text/javascript">
  9. $('#sandbox-container input').datepicker({});
  10. </script>
Add Comment
Please, Sign In to add comment