Outputs week day as long name
Example: formatDate(DateTime(2018, 1, 14), D); // => sun
const String D = 'D';