We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have calculated dates like :
let startDate = Date() let endDate = defaultCalendar.date(byAdding: .year, value: -1, to: Date())
let calendar = VACalendar(startDate: startDate, endDate: endDate, selectedDate: startDate, calendar: defaultCalendar)
let dates = DaysAvailability.some(getAvailableDates()) calendarView.setAvailableDates(dates)
please help asp. thanks in advance.
The text was updated successfully, but these errors were encountered:
My Objective is to just show current date to previous last year dates only on calender, But it is not render when i pass all info to VACalendar.
VACalendar
please help asp.
Sorry, something went wrong.
No branches or pull requests
I have calculated dates like :
let startDate = Date()
let endDate = defaultCalendar.date(byAdding: .year, value: -1, to: Date())
let calendar = VACalendar(startDate: startDate, endDate: endDate, selectedDate: startDate, calendar: defaultCalendar)
let dates = DaysAvailability.some(getAvailableDates())
calendarView.setAvailableDates(dates)
please help asp.
thanks in advance.
The text was updated successfully, but these errors were encountered: