Version: 4.xx.xx
Swizzle Ready
Date
This field is used to display dates. It uses Day.js to display date format.
Good to know:
You can swizzle this component with the Refine CLI to customize it.
Usage
Let's see how we can use <DateField> with the example in the post list:
localhost:3000/posts
Live previews only work with the latest documentation.
API Reference
Properties
| Property | Type | Description | Default | 
|---|---|---|---|
value ﹡  |  | The value of the field.  | |
locales  |  | The locales of the date. By default, Day.js comes with English locale only. If you need other locales, you can load them on demand. Refer to loading locales  | English  | 
format  |  | Gets the formatted date according to the string of the tokens passed in.  | 
  | 
External Props:
It also accepts all props of Material UI Typography.