I have two variables in %td format, one for begin spell and one for end spell. Spells can be paralle, and no spell spans multiple years.
I want to open the dataset with only the spells that cover a cutoff day in a month, e.g. 15-1. If I would also give the year, I could filter with a condition like this (begin<=td(`mw') & end>=td(`mw')).
But what if I want to filter only based on the month and day, but then load the spells of all years which cover the date. How can I do that?
I want to open the dataset with only the spells that cover a cutoff day in a month, e.g. 15-1. If I would also give the year, I could filter with a condition like this (begin<=td(`mw') & end>=td(`mw')).
But what if I want to filter only based on the month and day, but then load the spells of all years which cover the date. How can I do that?
Comment