Update Validasi

This commit is contained in:
2023-05-15 11:10:16 +07:00
parent 70b0d880fc
commit 342725ebcc
8 changed files with 231 additions and 26 deletions

View File

@@ -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);
}}