yy top-level constant

String const yy

Outputs year as two digits

Example: formatDate(DateTime(1989), yy); // => 89

Implementation

const String yy = 'yy';