|
|
|
@@ -256,7 +256,7 @@ const SearchPublicNoticeForm = ({ applySearch, generateReport, onLoad }) => { |
|
|
|
}, |
|
|
|
}} |
|
|
|
format="DD/MM/YYYY" |
|
|
|
label="PNSPS Transaction Date (From)" |
|
|
|
label="PNSPS Payment Date (From)" |
|
|
|
value={sysTxnMinDate === null ? null : dayjs(sysTxnMinDate)} |
|
|
|
maxDate={sysTxnMaxDate === null ? null : dayjs(sysTxnMaxDate)} |
|
|
|
onChange={(newValue) => { |
|
|
|
@@ -280,7 +280,7 @@ const SearchPublicNoticeForm = ({ applySearch, generateReport, onLoad }) => { |
|
|
|
}, |
|
|
|
}} |
|
|
|
format="DD/MM/YYYY" |
|
|
|
label="PNSPS Transaction Date (To)" |
|
|
|
label="PNSPS Payment Date (To)" |
|
|
|
value={sysTxnMaxDate === null ? null : dayjs(sysTxnMaxDate)} |
|
|
|
minDate={sysTxnMinDate === null ? null : dayjs(sysTxnMinDate)} |
|
|
|
onChange={(newValue) => { |
|
|
|
|