Outputs year as four digits
Example: formatDate(DateTime(1989), yyyy); // => 1989
const String yyyy = 'yyyy';