initialDate (Properties)

달력 UI가 초기화 될 때 초기 날짜를 설정합니다.
"initialDate" 옵션의 값은 ISO8601 문자열, millisecond 문자열, javascript Date 객체 형태로 설정할 수 있습니다.
"initialDate" 옵션을 설정하지 않으면 초기날짜를 오늘로 설정합니다.

Type

Date object | string

Example

options = {
    initialDate: "2020-06-01"
};

Since

product version desc
core 1.5.0.0 기능 추가