MCPcopy Index your code
hub / github.com/apache/tomcat / Strftime

Method Strftime

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

Create an instance of this date formatting class @param origFormat the strftime-style formatting string @param locale the locale to use for locale-specific conversions

(String origFormat, Locale locale)

Source from the content-addressed store, hash-verified

114 * @param locale the locale to use for locale-specific conversions
115 */
116 public Strftime(String origFormat, Locale locale) {
117 String convertedFormat = convertDateFormat(origFormat);
118 simpleDateFormat = new SimpleDateFormat(convertedFormat, locale);
119 }
120
121 /**
122 * Format the date according to the strftime-style string given in the constructor.

Callers

nothing calls this directly

Calls 1

convertDateFormatMethod · 0.95

Tested by

no test coverage detected