-
If I code this
`datePickerDialog.setMinDate(calendar.get(Calendar.YEAR),calendar.get(Calendar.MONTH),calendar.get(Calendar.DAY_OF_MONTH)+1);
`
![device-2017-09-26-164358](https://user-images.gi…
-
Example 1
## Code Snippet
```kotlin
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
....
aDateInteger = intent.getIntExtra(PassedData.DA…
-
**Describe the bug**
The date does not change when mode "dateAndTime" is used (and there is an initial date in options)
in DatePickerPlugin.java, on completion of the DatePickerDialog, if mode is da…
-
This code does nothing
var startingTime = DateTime.Now;
var dialog = new DatePickerDialog();
dialog.Show("Choose date", "OK", "Cancelar", UIDatePickerMode.Date, (dt) =…
-
I have a requirement where I have a list of entities, and every entity has their own set of `disabledDays`
So whenever I select an entity, I have to set it's disabledDays to the `DatePickerDialog`.
…
-
When using the app in landscape mode (rotation) the DatePickerDialog is not showing the year option for the user to select. When using in portrait mode is ok!
![untitled](https://cloud.githubusercont…
-
Hi, DatePickerDialog will be having issue especially in iOS 14, as preferredDatePickerStyle by default is in compact mode, new picker style will be inline, any idea to fix ?
-
### Desktop (please complete the following information):
ttkbootstrap v 1.10.1
windows 11
### Describe the bug
File "D:\test\test.py", line 2, in
import ttkbootstrap as ttk
File "C:\Use…
-
Hey, I've stumbled upon bug on IE11 where `Input` component does not get blurred after `DatePickerDialog` becomes active. Here is short preview of the issue:
![react-toolbox](https://user-images.gi…
-
Hi I want use the library in versions of Android < API11 with the Android Support Library but the following line only accepts FragmentManager
datePickerDialog.show(getFragmentManager(), tag);;
I wa…