Wijmo UI for the Web
IsDateInRange Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.DateTimeInfo();
var value; // Type: bool

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

value = instance.IsDateInRange(dt, min, max);
Javascript (Specification) 
function IsDateInRange( 
   dt : any,
   min : any,
   max : any
) : bool;

Parameters

dt
min
max
Browser Compatibility
7
5
5

See Also

Reference

DateTimeInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.