A anaylor01 Well-Known Member Licensed User Longtime User Feb 7, 2014 #1 I have two time dialogs that the user will select two different times. How can I get the difference between those two times?
I have two time dialogs that the user will select two different times. How can I get the difference between those two times?
stevel05 Expert Licensed User Longtime User Feb 7, 2014 #2 Have a look here or this one may be better. Last edited: Feb 7, 2014 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Feb 7, 2014 #3 As @stevel05 wrote, you should use DateUtils.PeriodBetween. Upvote 0