I have naught but a static XML file to provide me the following data:
Event
Start Date
End Date
I must display a subset of this data within a 120 Day range of the input Parameter (Usually defaulted to today() but, not always).
How can I code paramters for a date range? It looks so simple but, I have spent all day on it.