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
{{ message }}
This repository was archived by the owner on Nov 16, 2018. It is now read-only.
|**dateTime**| string | moment().format('x') | Represents the inital dateTime, this string is then parsed by moment.js |
35
35
|**format**| string | "x" | Defines the format moment.js should use to parse and output the date to onChange |
36
-
|**inputFormat**| string | "MM/DD/YY h:mm A" | Defines the way the date is represented in the HTML input |
36
+
|**inputFormat**| string | "MM/DD/YY h:mm A" | Defines the way the date is represented in the HTML input. It must be a format understanable by moment.js|
37
37
|**onChange**| function | x => console.log(x) | Callback trigger when the date changes. `x` is the new datetime value. |
38
38
|**showToday**| boolean | true | Highlights today's date |
39
39
|**size**| string | "md" | Changes the size of the date picker input field. Sizes: "sm", "md", "lg" |
0 commit comments