Advertisement
Guest User

Untitled

a guest
Oct 14th, 2011
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.47 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" />
  4.         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
  5.         <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
  6.         <script>
  7.         $(function(){
  8.             $('.datepicker').datepicker();
  9.         });
  10.         </script>
  11.     </head>
  12.     <body>
  13.         <input type="date" class="datepicker">
  14.     </body>
  15. </html>
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement