menu
daily_pedometer package
documentation
helper.dart
formatDate function
formatDate function
dark_mode
light_mode
formatDate
function
String
formatDate
(
TZDateTime
date
)
Implementation
String formatDate(TZDateTime date) { return date.toIso8601String().split('T')[0]; }
daily_pedometer package
documentation
helper
formatDate function
helper library