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

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
16 - Nebula
16 - Nebula

In a Formula tool:

 

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

 

Labels
Top Solution Authors