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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ Almost all the props available for [react-datetime](https://github.com/YouCanBoo
33
33
34
34
| Name | Type | Default | Description |
35
35
|------|------|---------|-------------|
36
-
| startDate |`Date`|`new Date()`| This sets the initial start date |
37
-
| endDate |`Date`|`new Date()`| This sets the initial end date |
36
+
| startDate |`Date`|`new Date()`| This sets a value for the start date |
37
+
| endDate |`Date`|`new Date()`| This sets a value for the end date |
38
38
| dateFormat |`Boolean` or `String`|`true`| Defines the format for the date. It accepts any `Moment` date format (not in localized format). If `true` the date will be displayed using the defaults for the current `locale`. If `false` the datepicker is disabled and the component can be used as timepicker. |
39
39
| timeFormat |`Boolean` or `String`|`true`| Defines the format for the time. It accepts any `Moment` time format (not in localized format). If `true` the time will be displayed using the defaults for the current `locale`. If `false` the timepicker is disabled and the component can be used as datepicker. |
40
40
| utc |`boolean`|`false`| When true, start and end time values will be interpreted as UTC. Otherwise they will default to the user's local timezone. |
0 commit comments