Hello,
I am new to Alteryx, I have a question regarding the date and time format.
Input
DateTime
01-01-21 14.45.06
02-01-21 14.55.06
Output Expected
Date Time
01-01-21 14.44.06
02-01-21. 14.55.06
In python
pd.to_datetime(df_final['date'])
df_final['date'].dt.time
df_final['date'].dt.date
How can we do it Alteryx ?