Hour formating fix
gitea/salix/1838-searchbar_refactor This commit looks good Details

This commit is contained in:
Juan Ferrer 2019-11-14 14:40:19 +01:00
parent 64124376f0
commit 2621da8dce
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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>