sS ymdWithSlashes() { ret ymdWithSlashes(now()); } sS ymdWithSlashes(long time) { ret simpleDateFormat_local("YYYY/MM/dd").format(time); }