Time.js 98 B

12345
  1. Ext.define("Ext.locale.it.picker.Time", {
  2. override: "Ext.picker.Time",
  3. format: "H:i"
  4. });