Forum Discussion
Vanessa250919
Helper V
6 years agoDate 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 !
- 6 years ago
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.
camargos88
Community Champion
6 years ago
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.
Vanessa250919
Helper V
6 years agoIt's OK ! Thank you so much !