what I want to do is calculate the late
in these time:
- Time-in = 22:00 (10:00 PM)
- Time-out = 1:30 (1:30 AM)
The output should be 3:30 i want to get this output
How can I calculate the difference and what built-in function in php
should be used to achieved this? Can someone give me a clue?