데이트피커 » Api

isshowcalendar

Description

현재 화면에 달력이 보여지고 있는지 여부를 가져오는 API이다.

Return Value

Type Description
BOOL 현재 화면에 달력이 보여지고 있는지 여부(true, false)

Example

function btnisshowcalendar_on_mouseup() { screen.alert("calendar show여부 : " + datepicker.isshowcalendar()); }

Viewer Ver.

9.1.1.1

Update Date

20160922