menu
scrollable_clean_calendar package
documentation
utils/date_utils.dart
DateUtilsExtensions
isSameDay method
isSameDay method
dark_mode
light_mode
isSameDay
method
bool
isSameDay
(
DateTime
other
)
Implementation
bool isSameDay(DateTime other) => year == other.year && month == other.month && day == other.day;
scrollable_clean_calendar package
documentation
utils/date_utils
DateUtilsExtensions
isSameDay method
DateUtilsExtensions extension on
DateTime