This commit is contained in:
Dwi Swandhana
2026-03-05 09:59:42 +07:00
parent 97fce44ad3
commit aca2d9d745
3 changed files with 4 additions and 4 deletions
@@ -10,10 +10,10 @@
<p class="m-b-0"></p>
<div class="form-row">
<div class="form-group col-lg-4">
<input type="text" name="mulai" id="mulai" class="form-control" placeholder="Start Date">
<input type="text" name="mulai" id="mulai" class="form-control" placeholder="Start Date" autocomplete="off">
</div>
<div class="form-group col-lg-4">
<input type="text" name="akhir" id="akhir" class="form-control" placeholder="End Date">
<input type="text" name="akhir" id="akhir" class="form-control" placeholder="End Date" autocomplete="off">
</div>
<div class="form-group col-lg-2">
<button type="button" class="btn btn-warning" id="btnviewcustom"><i class="fa fa-search"></i></button>