MySQL DATEDIFF Function

Example

Return the number of days between two date values:

SELECT DATEDIFF("2017-06-25", "2017-06-15");

Definition and Usage

The DATEDIFF() function returns the number of days between two date values. Continue reading MySQL DATEDIFF Function