menu
rush_sdk package
documentation
util/date.dart
DateExtension
getBeforeWeek method
getBeforeWeek method
dark_mode
light_mode
getBeforeWeek
method
DateTime
getBeforeWeek
(
int
before
)
주 단위로 이전 날짜 가져오기
Implementation
DateTime getBeforeWeek(int before) { return subtract(Duration(days: before * 7)); }
rush_sdk package
documentation
util/date
DateExtension
getBeforeWeek method
DateExtension extension on
DateTime