SOLVED
How to convert 10:30 AM into Alteryx designer time format?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
omkarshinde
8 - Asteroid
‎03-11-2024
01:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Solved! Go to Solution.
Labels:
- Labels:
- Output
- Preparation
2 REPLIES 2
Manoj_k
9 - Comet
‎03-11-2024
01:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @omkarshinde i have attached the workflow, do let me know if you are looking for something else form the output.
16 - Nebula
‎03-11-2024
05:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In a Formula tool:
DateTimeTrim(DateTimeParse(DateTimeToday() + " 10:30","%Y-%m-%d %H:%M"),"minute")
