Hello folks,
I am trying to convert the below String Time to Time, but not able to succeed. Any help would be greatly appreciated
2022-02-17 08:44:27.491250
Solved! Go to Solution.
Here's 3 ways to convert to datetime:
Appreciate the quick response Luke. Is it possible to get the "msec" values as well in the output ?
Alteryx DateTime format doesnt support milli secs only secs is the last. If you want to display in specific format let me know but it will not be an Alteryx supported time format.
Hope this helps : )
@atcodedog05 - Thanks for the insight. I have a below data in String format, and I want to calculate the time difference Current Row & Row-1
2022-02-17 16:17:39.779204
2022-02-17 16:17:39.784663
2022-02-17 16:17:40.028639
2022-02-17 16:17:40.784812
2022-02-17 16:17:40.863132
Thanks a ton, this looks good. But I dont know I am getting this error when I am placing your workflow in my workflow
check whether time2 datatype is set to double if yes run the workflow and you should not face this issue.
Hope this helps : )
Yes, you were right. The type was changed for TIme2 and it worked as expected. Much Appreciated
User | Count |
---|---|
52 | |
27 | |
25 | |
24 | |
21 |