Hi all,
Need some help. I have a Date_Time Value Column from Sharepoint as a card in my view form which looks as follows:

The datacard looks like this:

I have another datacard which looks exactly the same format wise, but the date/time will be further in the future compared to the above date/timestamp, e.g. May 23, 2021 01:50.
What I would like to achieve is the following:
May 23, 2021 01:50 - May 22,2021 11:00 = 14 hours and 50 minutes difference.
How to approach this? seen some examples about datediff and time diff but the combination I could not easily make and I guess I need a combination of those 2 to fix the above. Any help much appreciated!