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

Create utility for checking if JS Date is in a period #78

Open
bjuppa opened this issue Aug 10, 2023 · 1 comment
Open

Create utility for checking if JS Date is in a period #78

bjuppa opened this issue Aug 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bjuppa
Copy link
Owner

bjuppa commented Aug 10, 2023

isInPeriod(start: Date)(end: Date)(instant: Date): boolean

Sort start & end, apply closed start & open ending.

@bjuppa bjuppa added the enhancement New feature or request label Aug 10, 2023
@bjuppa
Copy link
Owner Author

bjuppa commented Dec 10, 2023

If we apply closed start and open ending to the period, shouldn't we honor that for a "reverse" period too (when start is after end)? 🤔

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

No branches or pull requests

1 participant