Update Validasi
This commit is contained in:
@@ -60,7 +60,8 @@ export default function RHFDatepicker({ name, ...other }: IProps & TextFieldProp
|
||||
|
||||
<DesktopDatePicker
|
||||
value={field.value}
|
||||
inputFormat="dd/MM/yyyy"
|
||||
// inputFormat="dd/MM/yyyy"
|
||||
inputFormat="yyyy-MM-dd"
|
||||
onChange={(value) => {
|
||||
field.onChange(value);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user