menu
humanize package
documentation
humanize.dart
DateTimeFormatting
toISODate method
toISODate method
dark_mode
light_mode
toISODate
method
String
toISODate
(
)
Implementation
String toISODate() => '${_pad(year, 4)}-${_pad(month, 2)}-${_pad(day, 2)}';
humanize package
documentation
humanize
DateTimeFormatting
toISODate method
DateTimeFormatting extension on
DateTime