Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Change Date Format

jason_clough14
7 - Meteor

I need to get my date from mm.dd.yyyy to mm/dd/yyyy, see below example.

 

Incoming - 11.26.2019

Target - 11/26/2019

 

Thanks

3 REPLIES 3
JosephSerpis
17 - Castor
17 - Castor

Hi @jason_clough14 you could use a replace function to change . to / that would work.

 

Replace_261119.PNG

echuong1
Alteryx Alumni (Retired)

If you don't mind the values being in strings, you can use regex replace. See attached for an example. 

Inactive User
Not applicable

Hi folks,

 

Just wanted to know if we change the date format to "DD-Name of the Month-YY? For example, today's date, "20-May-20".

 

Similarly to "DD-Name of the Month-YYYY"?  For example, today's date, "20-May-2020"

 

Regards,

Shivam.

 

Labels