Forum Discussion
naveen73
2 years agoHelper III
Date.FromText is not working
Hi All, I am trying to convert a text column to date column. All the data is: 30/06/2023 I have tried to use a number of options, Date.FromText( [column name], "dd/mm/yyyy") Date.FromText([co...
- 2 years ago
= Date.FromText("30/06/2023","fr")
wdx223_Daniel
2 years agoCommunity Champion
= Date.FromText("30/06/2023","fr")
naveen73
2 years agoHelper III