We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8e241 commit c35d826Copy full SHA for c35d826
README.md
@@ -76,7 +76,8 @@ class MyComponent extends Component {
76
```
77
78
###### Available Options (props)
79
-* **date:** *(String, Moment.js object, Function)* - default: today
+* **startDate:** *(String, Moment.js object, Function)* - default: today
80
+* **endDate:** *(String, Moment.js object, Function)* - default: today
81
* **format:** *(String)* - default: DD/MM/YYY
82
* **firstDayOfWeek** *(Number)* - default: [moment.localeData().firstDayOfWeek()](http://momentjs.com/docs/#/i18n/locale-data/)
83
* **theme:** *(Object)* see [Demo's source](https://github.com/Adphorus/react-date-range/blob/master/demo/src/components/Main.js#L143)
0 commit comments