Hello,

In the dataset, the date is in format :

Code:
2015 - 07 - 01 00:00:00
2016 - 01 - 01 00:00:00
and I would like to transform it into "201507" and "201601" etc.

Is there a way to transform the date or do it need to simply replace the values manually?

Thank you very much for your help!