Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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')