
Announcements
On my display screen the date format is below and
And the data is as below
I want to display the date as dd-mm-yyyy.
So I tried the below on the formula by replacing the above shown formula by
Text(Parent.Default,"dd-mm-yyyy"
It fails, nothing appears on the screen.
Please advise how to solve it
Hi @MIA27 ,
Hope you are doing well!,
Please use Text(DateTimeValue(Parent.Default), "dd-mm-yyyy" ).
For more info, check this and this article from Microsoft.
I Hope this helps.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Thanks,
ANB