You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**isGregorian** | [false], true | Is calendar Gregorian
54
54
**inLine** | [false], true | Is date time picker in line
55
55
**modalMode** | [false], true | Open in modal mode, suitable for smart phones
56
-
**selectedDate** | [undefined], Date | Selected date as JavaScript Date object | new Date('2018/9/30')
56
+
**selectedDate** | [undefined], Date | Selected date as JavaScript Date object (Initial Value) | new Date('2018/9/30')
57
57
**selectedDateToShow** | [new Date()], Date | Selected date to start calendar from it as JavaScript Date object | new Date('2018/9/30')
58
58
**selectedRangeDate** | Array: Date[] | Selected range date as JavaScript Date object | [new Date('2020/8/5'), new Date('2020/8/15')]
59
59
**monthsToShow** | Numeric array with 2 items, [0 ,0] | To show, number of month before and after selected date in date time picker, first item is for before month, second item is for after month | [1, 1]
0 commit comments