Retourns the weekday of a DateTime. Ex: monday, tuesday, wednesday, etc.
String getDate() => DateFormat("EEEE").format(this);