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

GeorgeOik1999
New Altair Community Member

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.
Tagged:
0
Best Answer
-
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
Answers
-
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