static S localDayOfMonth(long time) { ret parseInt(simpleDateFormat_local("dd")); } static S localDayOfMonth() { ret localDayOfMonth(now()); }