Options

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

GeorgeOik1999GeorgeOik1999 Member Posts: 10 Contributor II
edited December 2021 in Help


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.

Best Answer

  • Options
    ceaperezceaperez Member Posts: 522 Unicorn
    Solution Accepted
    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, 

    Cesar
Sign In or Register to comment.