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
Добрый день. Как проверить выбрана хотябы одно дата или нет?
Спасибо.
The text was updated successfully, but these errors were encountered:
@Valen13776 Вы можете воспользоваться методами calendarView.selectedDate или calendarView.selectedDates
calendarView.selectedDate
calendarView.selectedDates
calendarView.selectedDate вернет выбранную дату либо null в соответствии с указанным SelectionMode(NONE, SINGLE, MULTIPLE, RANGE)
SelectionMode(NONE, SINGLE, MULTIPLE, RANGE)
calendarView.selectedDates вернет либо пустой массив, либо массив с выбранными датами
Sorry, something went wrong.
No branches or pull requests
Добрый день.
Как проверить выбрана хотябы одно дата или нет?
Спасибо.
The text was updated successfully, but these errors were encountered: