Skip to main content

Hello AA Community,

 

I would like to know how can I include 0 in the months that I have just one number, for example:

If I use the system variable $Month$ it will bring the information below:

Jan = 1

Feb = 2

Mar = 3

I need the month number format like below:

Jan = 01

Feb = 02

Mar = 03

 

Could you help me ?

 

@Allan Marques Dias 

Check  below screenshot. 

Create a variable with the size of the month. Then compare and add “0” and the beginning of the string with the month.

 

 

HTH

Regards


Reply