Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

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
Top Solution Authors