Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Change date data format from text

Hello there,   I'm trying to change the text here 13-Feb-20 7:14:51 AM in a column to 13/02/2020 type date as a new column. Do you guys know any easy code that I can do? I cant use power query as t...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi Anonymous ,

     

    Create a calculated column.

    Date = [Text]

     

    Then change the data type as follows.

     

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.