This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
I have column with data type date format 2020-01-30 15:02:45, i need to convert this into 30/01/2020.
Solved! Go to Solution.
Thank you for your response. This is not working since my data type is DateTime but the screenshot you shared has the data type V_Wstring. Is there any other way to convert this format, please assist.
@Venkatesh_Sampath , that will not be possible as the default date/time format in alteryx is yyyy-mm-dd and we are converting it to a custom format dd/mm/yyyy so that has to be in string format in order to reflect the result.
Thanks.
The Muti-Field Formula works well. The only difference from the visual above is Changing the Output Type to Date to solve original question.