How to get the number of days of difference between two dates on mysql?
- by Audel
I need to get the number of days contained within a couple of dates on mysql.
For example: Check in date 12-04-2010 Check out date 15-04-2010 and the day difference would be 3
I hope that was clear
Thanks