Skip to content

Commit 673aae6

Browse files
committed
Update date format documentation for clarity.
1 parent ec2a01f commit 673aae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ DatePicker component. Renders as a [React-Bootstrap InputGroup](https://react-bo
9898
* `dateFormat` - Date format. Any combination of DD, MM, YYYY and separator.
9999
* **Optional**
100100
* **Type:** `string`
101-
* **Examples:** `"MM/DD/YYYY"`, `"YYYY/MM/DD"`, `"DD-MM-YYYY"`, or `"DD MM YYYY"`
101+
* **Examples:** `"MM/DD/YYYY"`, `"YYYY/MM/DD"`, `"MM-DD-YYYY"`, or `"DD MM YYYY"`
102102
* `clearButtonElement` - Character or component to use for the clear button.
103103
* **Optional**
104104
* **Type:** `string` or `ReactClass`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"picker"
1212
],
1313
"main": "lib/index.js",
14-
"version": "3.0.1",
14+
"version": "3.0.2",
1515
"description": "React-Bootstrap based date picker.",
1616
"directories": {
1717
"test": "test"

0 commit comments

Comments
 (0)