Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hello,
Use instead
=Num(Month(Today()), '00')