B
Bruce Meneghin
I have searched in vain for hints on how to store date information about
repeating events: birthdays, anniversaries, meetings held on the second tues.
of each month etc.
My intended application is to have a table of these one-day events and be
able to determine if an event occurs on a specific date. Ideally, I would be
able to query a table of events and return a list of events on a given date
or within an interval of dates. I would settle for a function that would
return true/false when asked
is eventDate == thisDate
Bruce
repeating events: birthdays, anniversaries, meetings held on the second tues.
of each month etc.
My intended application is to have a table of these one-day events and be
able to determine if an event occurs on a specific date. Ideally, I would be
able to query a table of events and return a list of events on a given date
or within an interval of dates. I would settle for a function that would
return true/false when asked
is eventDate == thisDate
Bruce