I need to get the number of days contained within a couple of dates on MySQL.
For example:
- Check in date is
12-04-2010
- Check out date
15-04-2010
The day difference would be 3.
I need to get the number of days contained within a couple of dates on MySQL.
For example:
12-04-2010
15-04-2010
The day difference would be 3.