Hi
Has anyone come across this one?.....I have a calculated Date column in SharePoint List and I'm using the information within a gallery in PowerApps, and this is what is being returned:
I'd like to format this as a regular date i.e. dd/mm/yyyy if anyone could help?
Thanks
Jim
That worked for me as well.
That worked! Thanks Bof
Hi @jjjames237,
Please try:
Text(DateTimeValue(ThisItem.NextReviewDueDate),"dd/mm/yyyy")
Best Regards,
Bof
Thanks for the reply Andrew, unfortunately this didn't work.
My SharePoint calculated column is simply a date referenced from another column +365 to flag a review date in 12 months.
I've brought this into my gallery in PowerApps and the above image is the result I get.
Hi @jjjames237 you can use the Text function to do this like so:
Text(ThisItem.NextReviewDueDate,"dd/mm/yyyy")
You will need to change the ThisItem.NextReviewDueDate to the same name as your date field.
Please click Accept as solution if my post helped you solve your issue. ✔️ This will help others find the solution to this problem. It also closes the item. Remember, you can accept more than one post as a solution.
If the content was useful in other ways, please consider giving it Thumbs Up. 👍
Thanks
Andrew
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.