I am making an automation to post a comment, referencing a date which is set by a custom field. Ia m using {{%CUSTOM FIELD}}.
The comment is posted with the date, however always in the format MONTH DD, YYYY - hh:mm, and always in ENGLISH
Is there any way to change the format?
I need it to be in Portuguese, or at least in the format DD/MM/YYYY - hh:mm
when custom field "Custom date" is set, post comment "Custom date has been set to {{%Delivery Date}~DD/MM/YYYY - hh:mm}"
Hello Hannah, trying it in this format, I got the output comment:
"Custom date has been set to invalid date"
The custom field is {{%Data 1º Leilão}}, I made sure to spell exactly on the automation. Maybe the bug comes from an unknown character in the code (ã)?
I will do more tests
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found this support page: https://support.atlassian.com/trello/docs/arithmetic-and-formatting-in-date-variables/
I tried the input:
{{%CUSTOM FIELD}~DD.MM.YYYY - hh:mm}
And got the output: invalid date
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.