Visual Basic has this function called Datediff that shows number of days between 2 dates. I am looking for a similar function in B4A. I see that B4A has DateTime.Add but it sounds more like adding (or subtracting) days to a certain date to get the new date. I need the reverse. Is it possible?