PROBLEM: In the List of Merge Fields, there is a section called RIGHT NOW Merge Fields - which can be very helpful for adding a date or timestamp to a Note or Task.
Currently, there are
two options
for showing the entire date:
* Middle Endian
Date (month/day/year): {{right_now.middle_endian_date}}
* Little Endian
Date (day/month/year): {{right_now.little_endian_date}}
SUGGESTION: These are great, but there is no option that starts with the year first. For completeness, I propose adding this
NEW
THIRD option:
* Big Endian !
Date (year/month/day): {{right_now.big_endian_date}}
In this format, April 5th 2025 would be 2025/4/5. Some situations are better served by having the year first, and some users simply prefer this format. I hope this will be quick and easy to add.
Please upvote if you want to see this option!