static S ymdWithMinuses() { ret year() + "-" + formatInt(month(), 2) + "-" + formatInt(dayOfMonth(), 2); }