Calendar
Preview
Mon
Tue
Wed
Thu
Fri
Sat
Sun
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
M
T
W
T
F
S
S
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Demo code
Inputs
Option | Type | Default value | Possible values |
---|---|---|---|
month | number | 0 | 0-11 |
year | number | 2024 | 0-2038 |
size | enum | small | small/large |
startDayOfWeek | number | 1 | 0-6 (0 is sunday) |
dayNames | string[] | ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] | any string[] |
Outputs
Event | Type | Value |
---|---|---|
selectedDay | object | Selected date ({day, month, year}) |
Style Variables