Ext.ns('Ext.ux.form');

Ext.ux.form.TimeField = Ext.extend(Ext.form.TimeField, {
	format: 'H:i'
});

Ext.reg('timefield', Ext.ux.form.TimeField);

