|
@@ -47,7 +47,7 @@
|
|
<input type="hidden" name="uid" value="{{$note->uid}}">
|
|
<input type="hidden" name="uid" value="{{$note->uid}}">
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<label for="" class="text-secondary text-sm">Effective time </label>
|
|
<label for="" class="text-secondary text-sm">Effective time </label>
|
|
- <input type="time" name="effectiveTime" value="{{ date("H:i:s", strtotime($note->effective_time)) }}" class="form-control form-control-sm">
|
|
|
|
|
|
+ <input type="time" name="effectiveTime" value="{{ date("H:i", strtotime($note->effective_time)) }}" class="form-control form-control-sm">
|
|
</div>
|
|
</div>
|
|
<div class="mb-0">
|
|
<div class="mb-0">
|
|
<button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
<button class="btn btn-primary btn-sm" submit>Submit</button>
|