Alteryx Designer Desktop Discussions

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

DATETIME PARSE to YYYY-MM-DD

kathbanc
8 - Asteroid

Hi Alteryx Community! 

 

Input :  8/8/2022 10:17:00 AM

 

Output should be : YYYY-MM-DD

 

Thank you in advance

3 REPLIES 3
Personne
5 - Atom

Hi,

 

If you are in "IN-BD" mode with Oracle :

 

to_char("YOUR_COLUMN_DATE", 'yyyy-mm-dd')  

Qiu
21 - Polaris
21 - Polaris

@kathbanc 

We can use the DateTImeParse function in the Formula tool

https://help.alteryx.com/current/en/designer/functions/datetime-functions.html##

1121-kathbanc.PNG

kathbanc
8 - Asteroid

Thank you so much @Qiu 

Labels
Top Solution Authors