format
Description
sets the date format for a date range picker inputType
string | function
Default value
"%m/%d/%Y"
Example
<DateRangePicker format="%d %F, %Y" />
Details
You can set the format
property as a string or as a function that returns a formatted string.
Check the characters available for specifying the date format.
Related article: Setting the date format
Related sample: DateRangePicker