is there any possiblity to convert Erdat property in frontend ? like in my case :
<ObjectListItem number="{ path: 'Netwr', formatter: '.formatter.currencyValue' }" numberUnit="{Ecurrency}" press="onSelectionChange"
title="{Erdat}" type="{= ${device>/system/phone} ? 'Active' : 'Inactive'}"></ObjectListItem>
but i get this displayed
i actually need only DD/MM/YYYY , any one has an idea how to solve it ?