Wijmo UI for the Web
titleFormat Option

Default value: 'MMMM yyyy'

Gets or sets the format for the title text.

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

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.