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
| style | - |`object`| Specify the style of the DatePicker, eg. width, height... |
73
-
| date | - | <code>string | date</code> | Specify the display date of DatePicker. `string` type value must match the specified format |
73
+
| date | - | <code>string | date| Moment instance</code> | Specify the display date of DatePicker. `string` type value must match the specified format |
74
74
| mode | 'date' |`enum`| The `enum` of `date`, `datetime` and `time`|
75
75
| androidMode | 'default' |`enum`| The `enum` of `default`, `calendar` and `spinner` (only Android) |
76
76
| format | 'YYYY-MM-DD' |`string`| Specify the display format of the date, which using [moment.js](http://momentjs.com/). The default value change according to the mode. |
0 commit comments