Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Unix Datetime formatting including locale
-
Good Morning,
In Mango 2.8.8 I want to format a unix datetime in Mango to take in account also the locale,
for example I've the following representation:Instead if possible I want to see directly the datetime 30/09/2020 13:49:52
The datapoint is defined this way
instead the html is just
<md-grid-tile class="gray"> <h5>{{BCKcurrentTime.renderedValue}}</h5> </md-grid-tile>
How can I have showed 30/09/2020 13:49:52 instead of 30/09/2020 15:49:52
Thanks,
Antonio