Guest User

Untitled

a guest
Jan 21st, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <script>
  2. $(function () {
  3. $("#datepicker").datepicker();
  4. });
  5. </script>
  6.  
  7. <div id="myDivId">
  8. <p>Date: <input type="text" id="datepicker"></p>
  9. </div>
Add Comment
Please, Sign In to add comment