Hello
I was wondering how easy the following would be...
We have a 'user' table, and inside that is a field called 'birthday' with a date, stored as dd-mm
That field is not required, so it may be blank or populated with the date
Is it possible that I could use that field to display birthdays that are upcoming in the next week, or have been previously in the last week? Stored in the same user
database is the field called 'account' with the person's name... so it could say:
Recent / upcoming birthdays: FooName (01 Aug), Foo2 (02 Aug), [b]Foo3 (04 Aug)[/b]
where the upcoming one is is in bold, the others not?
Thanks!