Is it possible to rotate between different images based on the number of weeks/months since a user has signed up? I’m already collecting the sign up date for each user in the Users table, how should I go about setting this up?
For example:
- Week 1 (<7 days) since sign up, show image A
- Week 2 (7~14 days) since sign up, show image B
- Month 2 (30~60 days) since sign up, show image C
For context, it’s meant to be a ‘Quote of the Week/Month’ section on my home page.