style: format jam_survei to HH.ii format without seconds in admin views
This commit is contained in:
parent
ca476cb8e6
commit
6557d4aa5f
|
|
@ -178,7 +178,7 @@
|
|||
</div>
|
||||
@if($booking->jam_survei)
|
||||
<small class="text-muted">
|
||||
<i class="bi bi-clock me-1"></i>Pukul {{ $booking->jam_survei }} WIB
|
||||
<i class="bi bi-clock me-1"></i>Pukul {{ date('H.i', strtotime($booking->jam_survei)) }} WIB
|
||||
</small>
|
||||
@endif
|
||||
<br>
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@ class="rounded me-3" style="width: 120px; height: 90px; object-fit: cover;">
|
|||
</div>
|
||||
@if($booking->jam_survei)
|
||||
<div class="fw-semibold mt-1">
|
||||
<i class="bi bi-clock me-1 text-success"></i>Pukul {{ $booking->jam_survei }} WIB
|
||||
<i class="bi bi-clock me-1 text-success"></i>Pukul {{ date('H.i', strtotime($booking->jam_survei)) }} WIB
|
||||
</div>
|
||||
@endif
|
||||
<span class="badge bg-success mt-1">Survei</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue