달력 » Api

getlastday

Description

마지막날짜를 반환하는 API이다.

Parameters

Parameters Type Description
strYear STRING 날짜의 년
strMonth STRING 날짜의 월

Return Value

Type Description
short 마지막날짜

Example

function btngetlastday_on_mouseup() { // 2016년 10월의 마지막날짜를 구하기 screen.alert(calendar.getlastday("2016", "10")); }

Viewer Ver.

9.1.1.1

Update Date

20160922