/**
 * @class Ext.data.validator.Time
 * @extend Ext.data.validator.Format
 * @alias data.validator.time
 *
 * Validates that the value is a valid time.
 */
 
/**
 * @cfg {String} [message="Is not a valid time"]
 * The error message to return when the value is not a valid time
 * @accessor
 */
 
/**
 * @cfg {RegExp} matcher
 * A matcher to check for simple times. This may be overridden.
 * @accessor
 */