I am looking to take a datetime and figure out how much time has lapsed since then...
for example, I have the following timestamp
2018-01-11 09:10:37
and I would like to output something like
2 days, 15 minutes
any ideas on how I can do that?