d top-level constant

String const d

Outputs day compactly

Example: formatDate(DateTime(1989, 2, 21), d); // => 21 formatDate(DateTime(1989, 2, 5), d); // => 5

Implementation

const String d = 'd';