Closed mokhtarsoholi closed 3 years ago
In MVVM approach, you can bind SelectedDateTime into DateTime or DateTimeOffset property, otherwise you can use x:Name (For example BirthDatePicker) and use BirthDatePicker.SelectedDateTime
do you have an example of it?
i need to save this time and date to variable how can i do?
If you know how to save Entry's text property into variable, you can use the same approach for BitDateTimePicker's SelectedDateTime property.
hi , i using your datepicker persian and it work very well but i cant use date and time when i open date and time picker and choose my date and time and then i need to save this time and date to variable how can i do?