MCPcopy Create free account
hub / github.com/apache/tomcat / formatDate

Method formatDate

java/org/apache/catalina/ssi/SSIFlastmod.java:71–74  ·  view source on GitHub ↗
(Date date, String configTimeFmt)

Source from the content-addressed store, hash-verified

69
70
71 private String formatDate(Date date, String configTimeFmt) {
72 Strftime strftime = new Strftime(configTimeFmt, Locale.US);
73 return strftime.format(date);
74 }
75}

Callers 1

processMethod · 0.95

Calls 1

formatMethod · 0.95

Tested by

no test coverage detected