Difference between revisions of "Team:BOKU-Vienna/Notebook"

Line 114: Line 114:
 
<body>
 
<body>
 
   
 
   
<p>Date: <input type="text" id="datepicker"></p>
+
<p>Date: <input type="text" id="pickdate"></p>
 
   
 
   
  
Line 122: Line 122:
 
<script type="text/javascript">
 
<script type="text/javascript">
 
     $(document).ready(function () {
 
     $(document).ready(function () {
         $('#pickyDate').datepicker({
+
         $('#pickdate').datepicker({
 
             format: "dd/mm/yyyy"
 
             format: "dd/mm/yyyy"
 
         });
 
         });

Revision as of 09:08, 18 July 2017

Notebook

V

Notebook.


Our Notebook is still under construction. You can find our protocol for the methods here: Protocol

Date: