WW top-level constant

String const WW

Outputs week in year as two digits

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

Implementation

const String WW = 'WW';