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

Method setConfigTimeFmt

java/org/apache/catalina/ssi/SSIMediator.java:133–135  ·  view source on GitHub ↗

Sets the time format string for date/time variables. @param configTimeFmt the time format string

(String configTimeFmt)

Source from the content-addressed store, hash-verified

131 * @param configTimeFmt the time format string
132 */
133 public void setConfigTimeFmt(String configTimeFmt) {
134 setConfigTimeFmt(configTimeFmt, false);
135 }
136
137
138 /**

Callers 2

SSIMediatorMethod · 0.95
processMethod · 0.80

Calls 1

setDateVariablesMethod · 0.95

Tested by

no test coverage detected