달력 »
Api
setdate
Description
달력에 날짜를 설정하는 API이다.
Parameters
Parameters
Type
Description
strYear
STRING
선택할 날짜의 년
strMonth
STRING
선택할 날짜의 월
strDay
STRING
선택할 날짜의 일
Return Value
Type
Description
void
Example
function btnsetdate_on_mouseup() { calendar.setdate("2016","8","2"); }
See Also
getdate
Viewer Ver.
9.1.1.1
Update Date
20160923