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
Original file line number
Diff line number
Diff line change
@@ -126,10 +126,10 @@ DatePicker component. Renders as a [React-Bootstrap InputGroup](https://react-bo
126
126
***Callback Arguments:**
127
127
*`event` - Blur event.
128
128
***Type:**`Event`
129
-
*`dateFormat` - Date format. Any combination of DD, MM, YYYY and separator.
129
+
*`dateFormat` - Date format. One of DD-MM-YYYY, MM-DD-YYYY or YYYY-MM-DD where - can be any separator. Alternatively DD and MM can be replaced with D and M for no zero prepending.
130
130
***Optional**
131
131
***Type:**`string`
132
-
***Examples:**`"MM/DD/YYYY"`, `"YYYY/MM/DD"`, `"MM-DD-YYYY"`, or `"DD MM YYYY"`
132
+
***Examples:**`"MM/DD/YYYY"`, `"YYYY/M/D"`, `"MM-DD-YYYY"`, or `"DD MM YYYY"`
133
133
*`clearButtonElement` - Character or component to use for the clear button.
0 commit comments