Hi All,
I need to format below dates to "dd-mm-yyyy" (example in should be column). When using datetimetool I'm having error that the date in the below is not in valid format.
Thanks!
Hi @Belletmns , try this.
Formula
Thanks.
you can use the datetime formatting option in formula tool "DateTimeFormat([DateTime_Out], "%d-%m-%Y")" but it will be in a string format only because Alteryx's default date format is "YYYY-MM-DD"
Regards,
Himanshu
I have the following data and need it to be read as a date. I changed the Value Date to "date" under type, but it still comes up as Null.
Thanks, Todd