Skip to content

Commit

Permalink
Update date format documentation for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
wehriam committed May 24, 2016
1 parent ec2a01f commit 673aae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -98,7 +98,7 @@ DatePicker component. Renders as a [React-Bootstrap InputGroup](https://react-bo
* `dateFormat` - Date format. Any combination of DD, MM, YYYY and separator.
* **Optional**
* **Type:** `string`
* **Examples:** `"MM/DD/YYYY"`, `"YYYY/MM/DD"`, `"DD-MM-YYYY"`, or `"DD MM YYYY"`
* **Examples:** `"MM/DD/YYYY"`, `"YYYY/MM/DD"`, `"MM-DD-YYYY"`, or `"DD MM YYYY"`
* `clearButtonElement` - Character or component to use for the clear button.
* **Optional**
* **Type:** `string` or `ReactClass`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"picker"
],
"main": "lib/index.js",
"version": "3.0.1",
"version": "3.0.2",
"description": "React-Bootstrap based date picker.",
"directories": {
"test": "test"
Expand Down

0 comments on commit 673aae6

Please sign in to comment.