Wijmo UI for the Web
amDesignator Option

Default value: ""

Determines string designator for hours that are "ante meridiem" (before noon).

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

See Also

Reference

options type
wijinputdate jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.