@theredhead — Frontend Library - v1.0.0
Preparing search index...
ui-kit/src/public-api
buildCalendarGrid
Function buildCalendarGrid
buildCalendarGrid
(
viewDate
:
Date
,
selectedDate
:
Date
|
null
,
min
:
Date
|
null
,
max
:
Date
|
null
,
firstDayOfWeek
:
number
,
)
:
CalendarDay
[]
Build the 6 × 7 grid of days for the month that contains
viewDate
.
Parameters
viewDate
:
Date
selectedDate
:
Date
|
null
min
:
Date
|
null
max
:
Date
|
null
firstDayOfWeek
:
number
Returns
CalendarDay
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@theredhead — Frontend Library - v1.0.0
Loading...
Build the 6 × 7 grid of days for the month that contains
viewDate.