How to get the number of days of difference between two dates on MySQL?

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.

Best Answer
8

Leave a Comment