Wijmo UI for the Web
CheckDate Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.Utility();
var returnValue; // Type: any

// Parameters
var value; // Type:  any
var min; // Type:  any
var max; // Type:  any

returnValue = instance.CheckDate(value, min, max);
Javascript (Specification) 
function CheckDate( 
   value : any,
   min : any,
   max : any
) : any;

Parameters

value
min
max
Browser Compatibility
7
5
5

See Also

Reference

Utility type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.