MCPcopy Create free account
hub / github.com/MenoData/Time4J / printToday

Method printToday

base/src/main/java/net/time4j/PrettyTime.java:744–746  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

742 * @since 3.24/4.20
743 */
744 public String printToday() {
745 return UnitPatterns.of(this.getLocale()).getTodayWord();
746 }
747
748 /**
749 * <p>Determines the localized word for &quot;tomorrow&quot;. </p>

Callers

nothing calls this directly

Calls 3

ofMethod · 0.95
getLocaleMethod · 0.95
getTodayWordMethod · 0.65

Tested by

no test coverage detected