date property

DateTime get date

The current selected date.

Implementation

DateTime get date => DateTime(year.value, month.value, day.value);