Converts the date to an English-formatted string.
String st_toEn({bool withTime = false, bool withDay = true}) { return SuperTime.toEn(this, withTime: withTime, withDay: withDay); }