Client: Better datetime field support
This commit is contained in:
@@ -44,7 +44,7 @@ export const FilamentEdit: React.FC<IResourceComponentsProps> = () => {
|
||||
value: value ? dayjs(value) : undefined,
|
||||
})}
|
||||
>
|
||||
<DatePicker disabled format="lll" />
|
||||
<DatePicker disabled showTime format="YYYY-MM-DD HH:mm:ss" />
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label="Name"
|
||||
|
||||
Reference in New Issue
Block a user