How can I change the content of the date_added Attribute to MM//dd/yy ?



Should I use Replace, Map or Generate Attribute? I tried to use Generate aatribute in order to create a new one that will describe the month and the year ( more importantly ) but my function was invalide. [ date_parse( concat ( str(month),"/",str(day),"/","year") ) ]
Thanks in advance.
0
Best Answer
-
ceaperez Member Posts: 473
Unicorn
Hi @GeorgeOik1999,
You can use the Date to Nominal operator to transform your date attribute to a desired format.
please find attached a simple sample.
Best,
Cesar1