Hi
I have a Gallery which binds to a SharePoint Online list.
One row in SharePoint displays like this ...
If I bind it to a Gallery in PowerApps it displays like this ...
Is there a default setting for all my apps to show it as dd/mm/yyyy?
Thanks
P

Hi
I have a Gallery which binds to a SharePoint Online list.
One row in SharePoint displays like this ...
If I bind it to a Gallery in PowerApps it displays like this ...
Is there a default setting for all my apps to show it as dd/mm/yyyy?
Thanks
P
Hi @pmwhelan
Do you want to convert the date field in the gallery to dd/mm/yyyy format?
You can format it using the Text function:
Text(ThisItem.DateLogged,"dd-mm-yyyy")
Best Regards,
Levi