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