Commit c7ffb82a authored by roxane.carraux's avatar roxane.carraux
Browse files

change timepicker in 24h

parent d0f074a0
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -31,12 +31,10 @@
        <script>
        jQuery(document).ready(function(){
            jQuery('.timepicker').timepicker({
            twelveHour: true
            twelveHour: false
            }); 
        });
        $('.datepicker').pickadate({
            selectMonths: true, // Enable Month Selection
            selectYears: 10, // Creates a dropdown of 10 years to control year
            format: 'yyyy-mm-dd'
        });
       </script>
+1 −3
Original line number Diff line number Diff line
@@ -27,12 +27,10 @@
        <script>
            jQuery(document).ready(function(){
                jQuery('.timepicker').timepicker({
                twelveHour: true
                twelveHour: false
                }); 
            });
            $('.datepicker').pickadate({
                selectMonths: true, // Enable Month Selection
                selectYears: 10, // Creates a dropdown of 10 years to control year
                format: 'yyyy-mm-dd'
            });
        </script>