DD top-level constant

String const DD

Outputs week day as long name

Example: formatDate(DateTime(2018, 1, 14), DD); // => sunday

Implementation

const String DD = 'DD';