The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How can I change the content of the date_added Attribute to MM//dd/yy ?
GeorgeOik1999
Member Posts: 10 Contributor II
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: 541 UnicornHi @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