Hello,
I am getting the current date using get system info step and want to convert it into different format. but it is giving the error if I use str2date function. (See Snapshot)
In Question it is mentioned that (Maintain its DataType as Date).
I can make date into different format by extracting Date ,month , Year individually and concat them later into particluar format.
but in question it asked for Maintain DataType as Date.