How to convert date into required date format in webMethods.io Integration

I have data=04/20/2023 in str field & need to convert into 20230420 (str type out field). Could you please suggest What are the steps required for this requirement in cloud flow service?

Select custom from output format and then edit the custom output format.

Hi ,
Thanks for response. I think, yr snap if from workflow not cloud flow service.

In attached snap, could you please suggest which action/transformation I need to use to achieve my date conversion.

formatDate will do the same.

Hi,
Thanks for response.
I have input field as str type. So how I can convert into date type? Please suggest.
Then in next step I can use formatDate.

If your input is string, not date object you can use dateTimeFormat instead of formatDate.

1 Like

Hi,
Many Thanks, it works. This is the solution I needed. Thanks again.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.