I have the following on a label inside a gallery - I vaguely recall this worked as expected, but now no longer does, it no longer removes the time from the text and displays as :
2022-08-12T00:00:00
My Text Property:
Text(ThisItem.EStart, "dd-mm-yyyy")
Clearly both the formatting is wrong and the fact the time is showing, can't see why it wont display as dd-mm-yyyy and omitting the time, any ideas?
I should mention (don't know it it affects anything) this label is in side a nested gallery - and the nested galleries Items property is set to:
ThisItem.GroupedDATA
Thanks