Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Converting V_wstring to new date format

xiaofanchen
5 - Atom

Hello all,

 

I was wondering how do I convert this field to read  'yyyy-mm-dd', the time part need to be omitted as well. For example, the first cell would be 2023-01-02

xiaofanchen_0-1673307105417.png

 

Thank you in advance!

 

2 REPLIES 2
Felipe_Ribeir0
16 - Nebula

Hi @xiaofanchen 

 

You can use this formula

DATETIMEPARSE([Transaction Date], '%m/%d/%Y')

 

Felipe_Ribeir0_0-1673307396774.png

 

xiaofanchen
5 - Atom

You are awesome!! Thank you @Felipe_Ribeir0

 

Labels
Top Solution Authors