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

Method format

java/org/apache/catalina/util/Strftime.java:128–130  ·  view source on GitHub ↗

Format the date according to the strftime-style string given in the constructor. @param date the date to format @return the formatted date

(Date date)

Source from the content-addressed store, hash-verified

126 * @return the formatted date
127 */
128 public String format(Date date) {
129 return simpleDateFormat.format(date);
130 }
131
132 /**
133 * Get the timezone used for formatting conversions

Callers 1

formatDateMethod · 0.95

Calls 1

formatMethod · 0.65

Tested by

no test coverage detected