I have excel general formatting my dates to number strings and I would like to have alteryx convert them to mm/dd/yyyy
EX: "43763" transformed to "10/25/2019"...... "43762" transformed to "10/24/2019" etc.
Is there a function to do this?
Solved! Go to Solution.
When I try this formula, I receive an error message: "Formula: Invalid type in subtraction operator."
Currently my date column is a V_String and switching it to Int32 or Int64 does not resolve the issue. Any ideas?
Additionally, is there a way for the output to be in dd/mm/yyyy format versus "yyyy-mm-dd" your solution displays?
Thanks!
@mlanham ,
Date format can be changed to dd/mm/yyyy using datatimeformat() or datetime tool.
Can you share sample data ?
Here are screenshots from the select tool to display the type and from the raw data.
Thank you for the formatting help there
Fantastic - this worked! Thank you for all your time on this.
Hi,
If I also have seconds. How do I present them? I get only the date without the time.