static S ymd() { ret year() + formatInt(month(), 2) + formatInt(dayOfMonth(), 2); }