You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, it would be useful to support these variations of June 9th (which is today, a Saturday):
2018_JUNE_09 or 2018_JUNE_9
JUNE_09 or JUNE_9
It would also be useful to allow specifying loose days of the month that would apply to each month:
09 or 9
If there was an entry with that frequency it would fire today.
The existing weekly_saturday would also be lumped in, or if performance isn't a consideration, would be a separate query. Later when when support is added for start & repeat values we may have to rethink this slightly.
For example, it would be useful to support these variations of June 9th (which is today, a Saturday):
2018_JUNE_09
or2018_JUNE_9
JUNE_09
orJUNE_9
It would also be useful to allow specifying loose days of the month that would apply to each month:
09
or9
If there was an entry with that frequency it would fire today.
The existing
weekly_saturday
would also be lumped in, or if performance isn't a consideration, would be a separate query. Later when when support is added for start & repeat values we may have to rethink this slightly.Example query that could work for this proposal:
The text was updated successfully, but these errors were encountered: