Wijmo UI for the Web
culture Option

Default value: ""

Assigns the string value of the culture ID that appears on the calendar for the weekday and title names.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  string
    value = $(".selector").wijcalendar("option", "culture");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcalendar("option", "culture", newValue);
        
});
Javascript (Specification) 
var culture : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.