How to show user {time} ago

0
Hi, I wanted to  show user a functionality  to show what time he ask or answer question. how can i do that.  
asked
1 answers
1

if you have the time that the question was asked, you can determine differences with BetweenDate function calls.  You’ll find documentation here:  https://docs.mendix.com/refguide/between-date-function-calls/

answered