menu
better_extensions package
documentation
date_time.dart
DateTimeExtension
isSameMonth method
isSameMonth method
dark_mode
light_mode
isSameMonth
method
bool
isSameMonth
(
DateTime
other
)
Implementation
bool isSameMonth(DateTime other) { return startOfMonth == other.startOfMonth; }
better_extensions package
documentation
date_time
DateTimeExtension
isSameMonth method
DateTimeExtension extension on
DateTime