Question

Required Date in DD.MM.YYYY Format

  • 19 June 2023
  • 2 replies
  • 55 views

Badge +4

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


2 replies

Userlevel 4
Badge +9

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.

 

Userlevel 5
Badge +9

@Y.Avinash 

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

HTH

Regards

Reply