X
X

  PROMOTION ! Use your 5% discount code R3K3G2, valid on all themes, right now..

WhatsApp  Pre-Sales

A life-saving method for calculating the time difference between two dates in MySQL on a Decimated basis.

time_to_sec(timediff(CURRENT_TIMESTAMP(), date)) / 60 as t
Finds and calculates the difference in minutes. If you divide by 3600, it will give you the result on a day-by-day basis.

Login Sign Up
Top