Question

ISO date format Conversion

  • 16 February 2023
  • 2 replies
  • 188 views

Badge +5

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

Badge +2

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-date-time-formats.html

 

This might help. Use the “Custom datetime format” to get the desired format.

Userlevel 7
Badge +13

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.

Reply