Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Mickey (0.17 sec)

  1. src/main/webapp/js/admin/admin.js

          locale: {
            format: "YYYY-MM-DD HH:mm"
          }
        })
        .on("apply.daterangepicker", function(ev, picker) {
          $(this).val(
            picker.startDate.format("YYYY-MM-DD HH:mm") +
              " - " +
              picker.endDate.format("YYYY-MM-DD HH:mm")
          );
        });
    
      // Time picker
      $("input.form-control.time").timepicker({
        showInputs: false
      });
    
      // tooltips
      $(function() {
    JavaScript
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Aug 06 20:44:47 GMT 2018
    - 3.1K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

                // * if one of the inputs above the calendars was focused,...
    JavaScript
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 65.7K bytes
    - Viewed (0)
Back to top