dayPopoverFormat (Properties)

dayMaxEventRows 옵션으로 생성된 일정(Event) 팝오버(Popover)의 타이틀의 날짜 포맷을 설정합니다.
Luxon의 포맷 형식을 사용해야 합니다.

Type

string

Example

options = {
    dayPopoverFormat: "ccc, LLLL, dd",

    dayMaxEventRows: 2
};

Read More

Since

product version desc
core 1.5.0.0 기능 추가