Hello!
I wonder if anyone could help me with this problem:
I wish to find the time interval in days, hours, and minutes, between 2 date/time strings.
So for example, I have the following info:
Start Time: 18/04/01 16:00:00
End Time: 19/04/01 19:30:00
What type of MySQL variable should I use to store these variables that will allow me to work out the interval between the two? Should I use the 'datetime' variable that stores date/time as 'YYY-MM-DD HH:MM:SS'?
If thats the case how do I calculate the interval between the two in PHP?
I want to thank you in advance for any help you provide. Its very much appreciated!
Paul.