달력 » Api

getmonth

Description

선택된 날짜의 월에 해당하는 값을 반환하는 API이다.

Return Value

Type Description
short 선택된 날짜의 월

Example

function btngetmonth_on_mouseup() { screen.alert(calendar.getmonth()+"월"); }

See Also

setmonth

Viewer Ver.

9.1.1.1

Update Date

20160922