2021-12-28, 06:23 PM
I'm saving the last login date/time using Now() in MySQL which sets a string such as?2021-12-28 12:41:53
I want to check if 30 days have passed since the last login. How can I do this in the script? I imagine I would have to use a different method of saving the date in order to check this.
I want to check if 30 days have passed since the last login. How can I do this in the script? I imagine I would have to use a different method of saving the date in order to check this.