Wijmo UI for the Web
calendarWeekRule Field

Default value: 'firstDay'

Defines different rules for determining the first week of the year.

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijcalendar.options.calendarWeekRule;
Javascript (Specification) 
var calendarWeekRule : string;
Example
$("#calendar1").wijcalendar(
           { calendarWeekRule: 'firstFourDayWeek'}
  );
Remarks
Possible values are: "firstDay", "firstFullWeek" or "firstFourDayWeek"
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.