Forum Discussion
agd50
Helper V
8 months agoChange text date to a date type
How can I change this column to a date? DDMMYYYY (Australian date)
- 8 months ago
I used this YouTube video - which I found it to be a great informative resource.
https://www.youtube.com/watch?v=JJFiPtmqPAg
AlienSx
Super User
8 months agoTable.TransformColumns(Source, {"DateText", (x) => Date.FromText(x, [Format = "ddMMyyyy"])})