Add time to transaction date #33
This commit is contained in:
parent
f779c50b8e
commit
4093dc65ce
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@
|
|||
<div class="form-group m-form__group row">
|
||||
<div class="col-lg-6">
|
||||
<label>Transaction Date</label>
|
||||
<input type="text" name="date_transaction" class="form-control m-input" value="{{ obj.getDateCreate|default("now")|date('d M Y') }}" disabled>
|
||||
<input type="text" name="date_transaction" class="form-control m-input" value="{{ obj.getDateCreate|default("now")|date('d M Y - g:i A') }}" disabled>
|
||||
<div class="form-control-feedback hide" data-field="date_transaction"></div>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
|
|
|
|||
Loading…
Reference in a new issue