static int hours() { ret hours(Calendar.getInstance()); } static int hours(Calendar c) { ret c.get(Calendar.HOUR_OF_DAY); }