MCPcopy Index your code
hub / github.com/ccxt/ccxt / yymmdd

Method yymmdd

java/lib/src/main/java/io/github/ccxt/Exchange.java:1153–1155  ·  view source on GitHub ↗
(Object timestamp)

Source from the content-addressed store, hash-verified

1151 }
1152
1153 public String yymmdd(Object timestamp) {
1154 return Time.yymmdd(timestamp);
1155 }
1156
1157 public String yymmdd(Object timestamp, Object infix) {
1158 return Time.yymmdd(timestamp, infix);

Callers 1

testYymmddFunction · 0.95

Calls 1

yymmddMethod · 0.95

Tested by

no test coverage detected