Convert DateTime to a custom time string Example: 'HH:mm'
String toTimeString({String format = 'HH:mm'}) { return DateFormat(format).format(this); }