$(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;