Alteryx Designer Desktop Discussions

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

How to convert 10:30 AM into Alteryx designer time format?

omkarshinde
8 - Asteroid

I want to use data time parse function in formula tool not any other tool please. I have tried all placeholders of date time function however unable to do it

2 REPLIES 2
Manoj_k
9 - Comet

Hi @omkarshinde i have attached the workflow, do let me know if you are looking for something else form the output.

ChrisTX
15 - Aurora

In a Formula tool:

 

DateTimeTrim(DateTimeParse(DateTimeToday() + " 10:30","%Y-%m-%d %H:%M"),"minute")

 

Labels