Name | Description | |
---|---|---|
format | Format the specified value into a string using the specified format type and options. | |
parseDate | Parse the string value to a javascript Date object. | |
parseNumber | Parse the string value to a javascript number object. | |
validateDate | Validate the string value according to the specified format string. | |
validateMask | Validate the string value according to the specified format string. | |
validateNumber | Validate the string value according to the specified format string. | |
validateText | Validate the string value according to the specified format string. This mehtod have the following two function prototype. boolean $.wijinputcore.validateText(string value, string format); boolean $.wijinputcore.validateText(string value, Number minLength, Number maxLength); |