Skip to main content
Kayal 2500
Navigator | Tier 3
February 16, 2023
Question

ISO date format Conversion

  • February 16, 2023
  • 2 replies
  • 422 views

Hi Developers,

How to convert any type of date format into ISO date format? 

 

Note: Not current date, it will be any predefined dates as well . 

2 replies

Cadet | Tier 2
February 16, 2023
Padmakumar
Premier Pathfinder | Tier 7
Premier Pathfinder | Tier 7
February 16, 2023

Hi @Kayal 2500 ,

 

You can use the Assign and To String actions within the Datetime package for this. Whatever date you have, assign it to a Date-Time variable and later convert it to the String format. During the conversion, you can select the desired ISO format from the Formats dropdown list.

 

I hope this will help.

Padmakumar