Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to spell out the month with the smart values date function?

Leni Maniates
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 1, 2022

I have monthly stories that I am trying to build automations for, like "March Requests," but the function I was able to get from the smart values page outputs it as "3 Requests" for the month number. Here is what I'm using:

{{now.monthOfYear}}

Is there a way I can designate that I want the month name versus the month number?

1 answer

1 accepted

4 votes
Answer accepted
Mark Segall
Community Champion
March 1, 2022

Hi @Leni Maniates and welcome to the community!  Maybe try this:

{{now.format("MMMM")}} Requests
Leni Maniates
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 1, 2022

Thank you, Mark! That worked perfectly. I appreciate the help :)

Like # people like this
Leandro Rivas November 26, 2023

Thx mark!!! It worked for me too.

Suggest an answer

Log in or Sign up to answer