menu
tenon_cli package
documentation
core.dart
DateTimeExt
isSameDay method
isSameDay method
dark_mode
light_mode
isSameDay
method
bool
isSameDay
(
DateTime
other
)
是否和
other
是同一天
Implementation
bool isSameDay(DateTime other) => dateStr == other.dateStr;
tenon_cli package
documentation
core
DateTimeExt
isSameDay method
DateTimeExt extension on
DateTime