I am trying to convert Number to Date Time.
I am fetching data from SQL Server and Date column is type of number and I want to make it as Date in PowerApps.
SQL Server Date column values,
21540101 000000.000
20210527 124903.000
Expected result in PowerApps,
01/01/2154 000000.000
27/05/2021 124903.000
How can I do this?