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