달력 » Api

setmonth

Description

달력에 날짜의 월에 해당하는 값을 설정하는 API이다.

Parameters

Parameters Type Description
strMonth STRING 설정할 날짜의 월

Return Value

Type Description
void

Example

function btnsetmonth_on_mouseup() { calendar.setmonth("8"); }

See Also

getmonth

Viewer Ver.

9.1.1.1

Update Date

20160923