Hi there,
I have a 'canvas page' within my model-driven app. In this page, there is a ComboBox, double, whereby I am including one column (test) as the primary, and then I want to display the 'modifiedon' value as the Secondary item.
I have done this as follows:
["new_partyinvolved", "modifiedon"]
But the modifiedon value then displayed in the combobox is "1660048378000" - so the long-form of the date.
How can I amend this so that the modifiedon appears as dd-MM-yyyy (with no time)?
Thanks
K.