Answers

Question and Answer:

  Home  PHP

⟩ How can we know the number of days between two given dates using MySQL?

Use DATEDIFF()

SELECT DATEDIFF(NOW(),'2008-10-01');

 136 views

More Questions for you: