Wijmo UI for the Web
pmDesignator Option

Default value: ""

Determines the string designator for hours that are "post meridiem" (after noon).

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

See Also

Reference

options type
wijinputdate jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.