Outputs week in year compactly
Example: formatDate(DateTime(1989, 2, 21), W); // => 8
const String W = 'W';