You have the function DateDiff to get the number of day between two days.
What is the most easy way (function) to get the minutes, hours between two times.
I should put this function in a where clausule of my query.
What is the most easy way (function) to get the minutes, hours between two times.
Code:
setuptime 14:00 finish time 17:18 = 3:18
I should put this function in a where clausule of my query.