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
| date | string or number | today timestamp (new Date().getTime()) | timestamp value that represents the initial value of the datepicker |
29
+
| maximumDate | string or number | null | timestamp value that represents the maximum date that the user can select |
30
+
| minimumDate | string or number | null | timestamp value that represents the minimum date that the user can select |
31
+
| onChange | func | () => null | Callback that is fired when user changes current selected date. The returned object have two properties timestamp and string date |
32
+
| dateFormat | string | dd-MM-yyyy | Format for the returned selected date |
33
+
| calendar | string | Gregorian | sets native calendar type |
34
+
| mode | string | datetime | type of the picker supports date, time, datetime |
0 commit comments