w top-level constant

String const w

Outputs week in month

Example: formatDate(DateTime(1989, 2, 21), w); // => 4

Implementation

const String w = 'w';