I have two date pickers. Let's say fromDatePicker
and untilDatePicker
. I set the untilDatePicker
to current date (ex: 12/06/17) and I want to set the fromDatePicker
into first date of the current month (ex: 01/06/17) but I don't have any idea to set the untilDatePicker
.
I have read this question but it's not helped me much.