String format(String pattern) { final formatter = DateFormat(pattern); return formatter.format(this); }