MCPcopy Create free account
hub / github.com/BaseXdb/basex / format

Method format

basex-core/src/main/java/org/basex/util/DateTime.java:49–51  ·  view source on GitHub ↗

Creates a full string representation for the specified date. @param date date @return string with the formatted date

(final Date date)

Source from the content-addressed store, hash-verified

47 * @return string with the formatted date
48 */
49 public static synchronized String format(final Date date) {
50 return format(date, FULL);
51 }
52
53 /**
54 * Creates a string representation for a date in the specified format.

Callers 11

evalLogMethod · 0.95
backupMethod · 0.95
valueMethod · 0.95
QueryDateTimeMethod · 0.95
dirMethod · 0.95
resourceMethod · 0.95
getMethod · 0.95
getMethod · 0.95
writeMethod · 0.95
tokenMethod · 0.45
formatNanoMethod · 0.45

Calls

no outgoing calls

Tested by 1

evalLogMethod · 0.76