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