Alteryx Designer Desktop Discussions

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

Date trouble

Brad1
11 - Bolide

How do I turn this:  2017-01-15

 

into:                       01/15/2017

 

Thanks.

3 REPLIES 3
Kenda
16 - Nebula
16 - Nebula

Use the DateTime tool (in the parse category). 

 

brad1 date.PNG

Brad1
11 - Bolide

Thx.  Well that was easy.  lol

Kenda
16 - Nebula
16 - Nebula

You could also use a normal Formula tool if you preferred. You would create a new string field with the following expression:

 

DateTimeFormat([Field1],"%m/%d/%Y")

Either way works! Here is a page that gives you information on Alteryx Date/Time functions.

Labels