Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 222 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 222 Bytes
<head>
   <link href="./date-picker.css">
</head>
<body>
   <input id="date-picker-input">
   <script src="./date-picker.js"></script>
   <script>
      datePicker.init("date-picker-input")
   </script>
<body>