wispy-yellowW
Refine3y ago
4 replies
wispy-yellow

Datefield component

In Datefield API, how to set the output format to be like January 8, 2022 6:49 AM. For now, my output is just like: 11/20/2023.

My code for using datefield is: renderCell: function render({ value }) {
return <DateField value={value} />;
}
Was this page helpful?