달력 » Api

setprevmonth

Description

달력의 날짜 월 간격을 설정하는 API이다.

Parameters

Parameters Type Description
strMonthGap STRING 설정할 날짜의 월 간격

Return Value

Type Description
void 이전 월 설정

Example

function btnsetprevmonth_on_mouseup() { // 현재 설정된 날짜보다 2달전으로 설정 calendar.setprevmonth("2"); }

See Also

setnextmonth

Viewer Ver.

9.1.1.1

Update Date

20160923