[flex] mxml帮助

fl1429 2009-02-09

	<mx:StringValidator source="{user_txt}" property="text" minLength="6" maxLength="12" tooShortError="用户名太短了"/>
	<mx:StringValidator source="{pass_txt}" property="text" minLength="6" maxLength="12" tooShortError="密码太短了"  requiredFieldError="密码不能为空"/>
	<mx:PhoneNumberValidator source="{phone_txt}" property="text"   invalidCharError="包含了无效的字符"  wrongLengthError="电话号码长度必须大于10"/>
	<mx:DateValidator  source="{birth_txt}" property="text"  invalidCharError="日期格式错误"/>
	<mx:EmailValidator source="{email_txt}" property="text" invalidCharError="email格式错误"/>


上面是表单验证flex内置的验证方法,我输入日期时,老是提示出错,我想看下<mx:DateValidator>的源码,怎么看....或者我想看下日期格式究竟是怎么样的....从哪里可以看到呢?
Global site tag (gtag.js) - Google Analytics