0
我使用JSCalendar,版本1.0,從dynarch.com 我有3個日曆在頁面上,對於其中之一,我需要使默認日期設爲昨天。使用Dynarch的JSCalendar 1.0,我如何設置默認日期爲昨天
,我用它來設置日曆的代碼如下所示:
Calendar.setup({
inputField : "endDate", // ID of the input field
ifFormat : "%Y%m%d", // the date format
button : "calendarTriggerEndDate", // ID of the button
timeFormat : 24,
showsTime :false,
displayArea :"reportEndDate",
daFormat : "%b %d, %Y"
});
我已經嘗試添加一個「日期」參數,但它似乎並沒有做的工作。也許,它可能需要以不同的格式。
如何設置默認日期?