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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: