String format() { final formatter = DateFormat('d MMMM yyyy', 'en_US'); return formatter.format(this); }