formatArrivalTime method
Formats the estimatedArrivalTime using the provided date formatter.
Implementation
String formatArrivalTime(DateFormat formatter) {
return formatter.format(estimatedArrivalTime);
}
Formats the estimatedArrivalTime using the provided date formatter.
String formatArrivalTime(DateFormat formatter) {
return formatter.format(estimatedArrivalTime);
}