MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / calDate

Method calDate

src/main/java/ui/Time.java:70–73  ·  view source on GitHub ↗
(long date)

Source from the content-addressed store, hash-verified

68 }
69
70 private static Calendar calDate(long date){
71 c.setTime(new Date(date+utcToLocalOffsetMillis));
72 return c;
73 }
74
75 public static String weekDayLocalString(long date){
76 int weekDay=calDate(date).get(Calendar.DAY_OF_WEEK);

Callers 6

timeLocalStringMethod · 0.95
dateTimeLocalStringMethod · 0.95
weekDayLocalStringMethod · 0.95
dayLocalStringMethod · 0.95
getHourMethod · 0.95
getMinMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected