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
@@ -34,10 +38,73 @@ disabled-start-date | Object . This object consists of the start and end informa
34
38
disabled-end-date | Object . It has the same with disabled-start-end. (For range status of end Date. Ignored in single status.)
35
39
text-format | String / Short And Long / Short and long formats of month and day names
36
40
date-format | Object / This is the format in which the selected date will be displayed to the user. / default: { day: '2-digit', month: 'long', year: 'numeric' }
41
+
disabled | Boolean / This parameter is the datepicker prevents opening / default: false
**date-format** object values is consists to toLocaleString in js. (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString).
0 commit comments