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

Line 37: Line 37:
 
</style>
 
</style>
  
 +
        <title>datepicker examples</title>
 +
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 +
        <!-- Bootstrap CSS and bootstrap datepicker CSS used for styling the demo pages-->
 +
        <link rel="stylesheet" href="css/datepicker.css">
 +
        <link rel="stylesheet" href="css/bootstrap.css">
  
  
Line 107: Line 112:
  
 
<!---TEST--->
 
<!---TEST--->
 
+
<div>
 +
        <div class="container">
 +
            <div class="hero-unit">
 +
                <input  type="text" placeholder="click to show datepicker"  id="example1">
 +
            </div>
 +
        </div>
 +
        <!-- Load jQuery and bootstrap datepicker scripts -->
 +
        <script src="js/jquery-1.9.1.min.js"></script>
 +
        <script src="js/bootstrap-datepicker.js"></script>
 +
        <script type="text/javascript">
 +
            // When the document is ready
 +
            $(document).ready(function () {
 +
               
 +
                $('#example1').datepicker({
 +
                    format: "dd/mm/yyyy"
 +
                }); 
 +
           
 +
            });
 +
        </script>
 +
</div>
 
<!---TEST-->
 
<!---TEST-->
  

Revision as of 14:01, 13 July 2017

datepicker examples

Notebook

V

Notebook.


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