ymdw top-level constant

String const ymdw

Outputs year as four digits

Example: formatDate(new DateTime(2018,8,31), ymdw); // => Today

Implementation

const String ymdw = 'ymdw';