Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

date format helpppppppppp

hi2019
8 - Asteroid

Ok

 

So I got it to 2020-12-30 with datetimeparse from 20201230m but I want this string to date in the below format now - is it like a 2 step thing?like first datetimeparse then date timetool? its so time confuming for something so simple!

 

MM/DD/YYYY  what do I do? 

 

plx help thanks!

2 REPLIES 2
ChrisTX
16 - Nebula
16 - Nebula

If you want the final data type to be Date, it will displayed as YYYY-MM-DD in Alteryx.

 

If you want it displayed differently, it must be a String data type.

 

What is your original data type and format (if not a Date)?  Destination data type?  Destination format?

A few examples of input and output would help.

 

check out DateTimeParse and/or DateTimeFormat

 

List of functions:  DateTime Functions (alteryx.com)

 

Chris

binuacs
21 - Polaris

@hi2019 use the formula tool to convert the date from yyyymmdd tp mm/dd/yyyy

image.png

Labels
Top Solution Authors