upd: kalender divisi

Deskripsi:
- tambah kalender divisi
- nb : blm selesai

No Issues
This commit is contained in:
2025-07-15 17:41:53 +08:00
parent 0c88ef5bbd
commit cf3b2090ea
4 changed files with 205 additions and 48 deletions

View File

@@ -115,7 +115,7 @@ export default function ReportDivision() {
<View style={[Styles.p15, Styles.mb100]}>
<InputDate
onChange={(val) => validationForm("date", val)}
type="date"
mode="date"
value={data.date}
label="Tanggal Awal"
required
@@ -125,7 +125,7 @@ export default function ReportDivision() {
/>
<InputDate
onChange={(val) => validationForm("dateEnd", val)}
type="date"
mode="date"
value={data.dateEnd}
label="Tanggal Akhir"
required