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
No description provided.
The text was updated successfully, but these errors were encountered:
Add this to the method below
private void ShowDatePicker() { CreateDatePickerDialog(this.Element.Date.Year, this.Element.Date.Month - 1, this.Element.Date.Day);
Calendar cal = new GregorianCalendar(); cal.Set(Element.MaximumDate.Year, Element.MaximumDate.Month, Element.MaximumDate.Day); Date dateRepresentation = cal.Time; _dialog.DatePicker.MaxDate = dateRepresentation.Time; _dialog.Show(); }
I.e only important is the _dialog.DatePicker.MaxDate BUT it won't work unless the date is in java date time
Do same for DatePicker.MinDate and it will work
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: