Wijmo UI for the Web
IFormatValidateLib Interface
wijmo.input Namespace : IFormatValidateLib Interface
Contains all of the methods that make up the Format Function Library, the Parsing Function Library, and the Validation Function Library.
Remarks
To use each of these methods, instead of wijmo.input.IFormatValidateLib.methodName, use $.wijinputcore.methodName. See each method for the correct usage.
Methods
 NameDescription
 Method

Format the specified value into a string using the specified format type and options.

 
 MethodParse the string value to a javascript Date object.  
 MethodParse the string value to a javascript number object.  
 MethodValidate the string value according to the specified format string.  
 MethodValidate the string value according to the specified format string.  
 MethodValidate the string value according to the specified format string.  
 MethodValidate 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);  
Top
See Also

Reference

wijmo.input Namespace