I have just set up an automation through trello, that in my list done today it will transfer to previous date and all automatically does this. What i really want to do is to understand the formula given {date-1wd~dddd, MMMM Do YYYY} and how this works, i noticed that weekend does not appear . I'm finding it absolutely fabulous and a great tool but just more clarification on this would be wonderful. Thank you
The help files break this down brilliantly but I will try:
{date} this is just pulling the date right now...
{date-1wd} this is 1 day before the current working day
Moment.js formatting
~dddd = the day of the week (Monday, Tuesday etc...)
Do = the day of the month (1st, 2nd, 3rd etc...)
YYYY= the year (2024)
Please refer to these guides:
https://support.atlassian.com/trello/docs/arithmetic-and-formatting-in-date-variables/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.