menu
extensions_pack package
documentation
utils/date.dart
DateTimeDate
toDate method
toDate method
dark_mode
light_mode
toDate
method
Date
toDate
(
)
Extracts the calendar date from this
DateTime
.
Implementation
Date toDate() => Date.from(this);
extensions_pack package
documentation
utils/date
DateTimeDate
toDate method
DateTimeDate extension on
DateTime