Wijmo UI for the Web
culture Option

Default value: ""

Determines the culture used to show values in the wijinputdate widget.

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

See Also

Reference

options type
wijinputnumber jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.