Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ivandrago
Creator II
Creator II

How to get Month Number

Hi,

I require a variable that will tell me the month number we currently i.e.

Apr = 4

May = 5

etc

Thanks

1 Solution

Accepted Solutions
erichshiino
Partner - Master
Partner - Master

Do you mean current month?

= num(month(today() ) )

you can replace today() by any date

View solution in original post

1 Reply
erichshiino
Partner - Master
Partner - Master

Do you mean current month?

= num(month(today() ) )

you can replace today() by any date