Hi,
I have multiple columns in my workflow having type as date (yyyy-mm-dd) and i want to convert all the columns into Datetime format (yyyy-mm-dd hh:mm:ss) . I tired using Date Parse Tool but couldn't succeed.
Can anyone help me on this?
Thank in advance,
Deepika.
Hello @deepika_d ,
you can use a simple select tool to transform the date column into a datetime, you don't need anything else.
If on the other hand you have on one side the dates and on the other the times that would be something different:
Regards