Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Convert today into Month number

This is hopefully a very simple question:

I'm looking for a function to get the number of the month of the current date.

When I use month(today()) I get back 'Mar.' I'd like to instead get back '03.'

Thanks

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hello,

Use instead

=Num(Month(Today()), '00')


View solution in original post

1 Reply
Miguel_Angel_Baeyens

Hello,

Use instead

=Num(Month(Today()), '00')