Shortcut to format the string
String format([String? format]) { return DateFormat(format, "en-GB").format(this); }