menu
clara package
documentation
extensions/date_extension.dart
DateTimeExtensions
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;
clara package
documentation
extensions/date_extension
DateTimeExtensions
isSameDay method
DateTimeExtensions extension on
DateTime