String toParseTime({String pattern = 'hh:mm a dd/MM/yyyy'}) { return DateFormat(pattern).format(this); }