menu
androssy_utils package
documentation
utils.dart
DateProvider
toDate static method
toDate static method
dark_mode
light_mode
toDate
static method
String
toDate
(
int
?
timeMills
,
DateFormats
format
)
Implementation
static String toDate(int? timeMills, DateFormats format) { return timeMills.toDate(format); }
androssy_utils package
documentation
utils
DateProvider
toDate static method
DateProvider class