wW top-level constant

String const wW

Outputs week in year as two digits

Example: formatDate(new DateTime(1989, 12, 31), W); // => 53 formatDate(new DateTime(1989, 2, 21), W); // => 08

Implementation

const String wW = 'WW';