Scenario
We have a datetime column DueDate in a SQL table. I need to display only date version in a label in Power Apps Gallery. Below is the code:
Text(ThisItem.DueDate,"dd-mmm-yyyy")
This will return 11-Jan-2023
We have a datetime column DueDate in a SQL table. I need to display only date version in a label in Power Apps Gallery. Below is the code:
Text(ThisItem.DueDate,"dd-mmm-yyyy")
This will return 11-Jan-2023