Skip to main content

Hi ,

I want to get only the DATE in the following format DD.MM.YYYY in AAV11.

Could you please help. I tried using System date variable which gives format in MM.DD.YYYY.

Trimmed the hours, min and seconds and replaced / with .

However i want the format in DD.MM.YYYY

 

Kindly suggest.

 

Thanks

Hi @Y.Avinash ,

 

Following way you can achieve that, 

 

You can change the date format settings in down the variable tab section.

or

You can use the system variables like $Day$.$Month$.$Year$ 

or

https://botstore.automationanywhere.com/bot/change-date-and-time-format please try with bot store tasks to change the required date format.

 


@Y.Avinash 

You can use the variables $Day$, $Month$ and $Year$ from the Variables menu. In v11 doesnt exist Date variable.

HTH

Regards


Reply