MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / timeLocalString

Method timeLocalString

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

Source from the content-addressed store, hash-verified

58 }
59
60 public static String timeLocalString(long date){
61 c = calDate(date);
62 return lz2(c.get(Calendar.HOUR_OF_DAY))+':'+lz2(c.get(Calendar.MINUTE));
63 }
64
65 public static String dateTimeLocalString(long date){
66 c = calDate(date);

Callers 4

dispLocalTimeMethod · 0.95
localTimeMethod · 0.95
getTimeMethod · 0.95
getDayTimeMethod · 0.95

Calls 2

calDateMethod · 0.95
lz2Method · 0.95

Tested by

no test coverage detected