menu
blueprint_flutter_core package
documentation
blueprint_widgets.dart
DateFormatter
time static method
time static method
dark_mode
light_mode
time
static method
String
time
(
DateTime
dateTime
)
e.g. "14:30"
Implementation
static String time(DateTime dateTime) => DateFormat('HH:mm').format(dateTime);
blueprint_flutter_core package
documentation
blueprint_widgets
DateFormatter
time static method
DateFormatter class