step 8 : simulation when edit for set value dob and tahun, bulan, hari

This commit is contained in:
sindhu
2024-05-31 18:55:55 +07:00
parent 5680dccd8c
commit ea38d1cdcd
3 changed files with 63 additions and 34 deletions

View File

@@ -371,6 +371,14 @@ func (lh *MdDoctorHandler) HandleShowMdDoctorScreen(c echo.Context) error {
ID: "doctortglnow",
Value: dataTglNow,
},
models.CustomTextFieldv2Prm{
Label: "Tanggal Lahir Edit",
Name: "doctortgllahiredit",
Placeholder: "Tanggal Lahir Edit",
Type: "text",
ID: "doctortgllahiredit",
// Value: "2021-01-01",
},
models.CustomDropdownv1Prm{
Label: "Sapaan",
Name: "doctorsapaan",