menu
sunny_core_widgets package
documentation
intl/sunny_intl.dart
SunnyIntl
date method
date method
dark_mode
light_mode
date
method
String
date
(
DateTime
date
)
Implementation
String date(DateTime date) => DateFormat.yMMMd().format(date);
sunny_core_widgets package
documentation
intl/sunny_intl
SunnyIntl
date method
SunnyIntl class