I’m currently creating a subscription membership for my website.
I’m storing the date their subscription started in my database using time() (not extra parameters)
If not, how can i find the number of days between the current time() and the time() stored in the database?
Thanks!
The difference between them is the number of seconds.
There are 3600*24 seconds in a day. Math works here too. Who knew.