Hi, I'm new here and a beginner programmer attempting to make a fairly simple app. One thing I'd like to do is have a database document with a date field displayed as a short form date. For example:
Item created on 1/1/2024 should be displayed as 8 days in green
Item created on 6/1/2023 should be displayed as 6 mos in orange
Item created on 1/1/2022 should be displayed as 2 yrs in red
etc.
Can this be accomplished in Flutterflow without any custom coding? Thanks in advance!