Converts the date to a French-formatted string.
String st_toFr({bool withTime = false, bool withDay = true}) { return SuperTime.toFr(this, withTime: withTime, withDay: withDay); }