Alteryx Designer Desktop Discussions

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

How to add time to a date

Dittau
8 - Asteroid

Hello,

 

I need to create a dynamic date and then add a static time next to the date 11:43:05

 

How do i do this in the formula tool?

1 REPLY 1
cjaneczko
13 - Pulsar

Try the following in a Formula tool. Replace [DateTime_Out] with the field that contains your date.

 

DateTimeFormat([DateTime_Out],'%m/%d/%Y')+' 11:43:05'

 

cjaneczko_0-1684516889832.png

 

Labels