format
Description
sets the date format for a date picker inputType
string | function
Default value
"%m/%d/%Y"
Example
<DatePicker value={new Date()} 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: DatePicker