sS ymdWithSlashes() { ret ymdWithSlashes(now()); } sS ymdWithSlashes(long time) { ret simpleDateFormat_local("yyyy/MM/dd").format(time); } sS ymdWithSlashes(long time, TimeZone tz) { ret simpleDateFormat("yyyy/MM/dd", tz).format(time); }