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

// Parameters
var date1; // Type:  any
var date2; // Type:  any

value = instance.YearMonthEqual(date1, date2);
Javascript (Specification) 
function YearMonthEqual( 
   date1 : any,
   date2 : any
) : bool;

Parameters

date1
date2
Browser Compatibility
7
5
5

See Also

Reference

DateTimeInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.