Wijmo UI for the Web
promptChar Option
wijmo.input.wijinputdate Namespace > options type : promptChar Option

Default value: ""

Determines the character that appears when the widget has focus but no input has been entered.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputdate("option", "promptChar");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputdate("option", "promptChar", newValue);
        
});
var promptChar : string;
See Also

Reference

options type
wijinputdate jQuery Widget