Hour formating fix
gitea/salix/1838-searchbar_refactor This commit looks good
Details
gitea/salix/1838-searchbar_refactor This commit looks good
Details
This commit is contained in:
parent
64124376f0
commit
2621da8dce
|
@ -61,7 +61,7 @@
|
|||
</div>
|
||||
<vn-label-value
|
||||
label="Closing"
|
||||
value="{{::row.hour | date:'hh:mm'}}">
|
||||
value="{{::row.hour | date:'HH:mm'}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value
|
||||
label="Traveling days"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<vn-textfield
|
||||
vn-one
|
||||
label="Created"
|
||||
field="::$ctrl.claim.created | date:'yyyy-MM-dd hh:mm'"
|
||||
field="::$ctrl.claim.created | date:'yyyy-MM-dd HH:mm'"
|
||||
readonly="true">
|
||||
</vn-textfield>
|
||||
</vn-horizontal>
|
||||
|
|
Loading…
Reference in New Issue