menu
androssy_utils package
documentation
utils.dart
DateProvider
toMonth static method
toMonth static method
dark_mode
light_mode
toMonth
static method
int
toMonth
(
int
timeMills
)
Implementation
static int toMonth(int timeMills) { return DateTime.fromMillisecondsSinceEpoch(timeMills).month; }
androssy_utils package
documentation
utils
DateProvider
toMonth static method
DateProvider class