Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make recurrence like Saturday & Sunday every two weeks #21

Open
sby1126 opened this issue Nov 17, 2022 · 0 comments
Open

How to make recurrence like Saturday & Sunday every two weeks #21

sby1126 opened this issue Nov 17, 2022 · 0 comments

Comments

@sby1126
Copy link

sby1126 commented Nov 17, 2022

Hi, I know this combine not working, but I need To.

ex)
// Monday&Thursday every 2 weeks.
const date = dayjs().recur('2022-11-15', 2023-12-15').every(["Monday","Thursday"]).daysOfWeek().every(2).weeks();
const dateAll = date.all();

but dateAll value was [].

Is there any way you could help me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant