Hi, 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!