I need to find out how many months a user has been a member to my site. When the user subscribe the date is posted to a database in this format: FormatDateTime(Now,2) (format in database is date/time)
My question is. How can I use the date from the database to find out how long it's been since the user subscribed?
My question is. How can I use the date from the database to find out how long it's been since the user subscribed?