Forum Discussion

Vanessa250919's avatar
6 years ago
Solved

Date remove delimiter

Hi community,

 

How to removed the delimiter between this date format 04/11/2020 for have this format 20200411 ? 

 

Have  a good day and thanks ! 

  • camargos88's avatar
    camargos88
    6 years ago

    Vanessa250919 ,

     

    Which date format did you input ? Also, before this new column... is your column formated as date ?

    Get this new code:

     

    Date.ToText([Column1], "yyyyMMdd")

     

    I missed the upper double M.