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