Forum Discussion
im_92
5 years agoFrequent Visitor
Convert text to date
Hi all, I am trying to convert a text column to a date format. The original column contains the date in this format: wednesday 2 october 2018. I want to have a column with the date in this f...
- 5 years ago
If you split the column by the first instance of a space, i.e. getting rid of the day of the week, does that get it into a close enough format that it can automatically recognise it's a date?
jthomson
5 years agoSolution Sage
If you split the column by the first instance of a space, i.e. getting rid of the day of the week, does that get it into a close enough format that it can automatically recognise it's a date?