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 can i show endDate month instead of startDate initially? #293

Open
vikram-khator opened this issue Jan 4, 2024 · 0 comments
Open

How can i show endDate month instead of startDate initially? #293

vikram-khator opened this issue Jan 4, 2024 · 0 comments

Comments

@vikram-khator
Copy link

Assume i have given a range like this
let startDate = calendar.date(from: DateComponents(year: 2021, month: 12, day: 31))!
let endDate = Date()
now i want that user can select latest date or closest to current date so endDate month should be shown. So is there any way to show initially endDate month. Don't want to use scroll to given date functionality.

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