notionwithro blog :)
/
notion formula guide
/
sort() ex 2
Search
sort() ex 2
Formula Example Supporter
description
Sorting a list containing dates.
- The
sort()
function can also be used to sort dates. Earlier dates will appear before later dates.
example tags
formula
sort([parseDate("2023-10-01"), parseDate("2023-09-15"), parseDate("2023-10-05")]
linked blog post
results