sS ymd() { ret ymd(now()); } sS ymd(long now) { ret year(now) + formatInt(month(now), 2) + formatInt(dayOfMonth(now), 2); }