I’m looking for a function like date_diff that I can use for 5.2.12? I can’t find one. Is there one I didn’t see that will work. The point of this is because I’m trying to see if there has been 10 minutes expired between two datetime variables.
Share
if date_diff itself does not work, it is most likely due to the date objects not being setup properly. However if you want a custom function that does the same, you can take a look at…
How to calculate the difference between two dates using PHP?