MCPcopy Create free account
hub / github.com/CSAILVision/gandissect / parseLocaleTime

Function parseLocaleTime

client_dist/vendor.js:22954–22956  ·  view source on GitHub ↗
(d, string, i)

Source from the content-addressed store, hash-verified

22952 }
22953
22954 function parseLocaleTime(d, string, i) {
22955 return parseSpecifier(d, locale_time, string, i);
22956 }
22957
22958 function formatShortWeekday(d) {
22959 return locale_shortWeekdays[d.getDay()];

Callers

nothing calls this directly

Calls 1

parseSpecifierFunction · 0.85

Tested by

no test coverage detected