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