I am looking for the format for a date automation to look like this:
Wed, 12 Jun '24
All the formats I get look like this:
12/06/2024 or 12/Jun/2024
I do not want the forward slash in between
Hi @Mareli ,
Jira uses Java formatting for dates. For your use-case, something like this should work
{{now.format("EEE, dd MMM ''yy")}}
Hope that helps!
~ Hariharan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.