onDateChanged
open fun onDateChanged(@NonNull view: @NonNull SeslDatePicker, year: Int, month: Int, day: Int)(source)
Called when the date has changed.
Parameters
view
The view associated with this listener.
year
The selected year.
month
The selected month (0-11 for compatibility with java.util.Calendar).
day
The selected day of the month.