MySQL DATEDIFF() Function
MySQL Date Functions
Definition and Usage
The DATEDIFF() function returns the time between two dates.
Syntax
Where date1 and date2 are valid date or date/time expressions.
Note: Only the date parts of the values are used in the calculation.
Example
The following SELECT statement:
| SELECT DATEDIFF('2008-11-30','2008-11-29') AS DiffDate |
will result in this:
Example
The following SELECT statement:
| SELECT DATEDIFF('2008-11-29','2008-11-30') AS DiffDate |
will result in this:
MySQL Date Functions
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 4000 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|