Experts
Please guide me how can i change the below data exact date and time format
Hi @Athilingam_S ,
You can do it using the following expression in a formula tool :
DateTimeParse([Date], "%d-%b-%Y %H:%M:%S")
The DateTimeParse function transforms a string in the specified format into a date field.
I attached the workflow.
Hi @Athilingam_S - You can use DateTime, which is a very intuitive tool:
Hi Jean Balteryx
Thank You
Yes its really help Thank you