timeFormat property

String timeFormat

Time Format

Returns time string in the format 08:00pm

Usage:

DateTime.now().timeFormat

Result:

08:00pm

Implementation

String get timeFormat {
  return formatTime(this);
}