MCPcopy Create free account
hub / github.com/OpenSIST/OpenSIST.github.io / dateText

Function dateText

src/Components/DataPoints/RecordTable.jsx:29–29  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

27const TIMELINE_KEY = {decision: "Decision", interview: "Interview", submit: "Submit"};
28
29const dateText = (value) => (value ? String(value).split("T")[0] : "");
30
31/* ----------------------------- chip helpers ----------------------------- */
32

Callers 2

valueFunction · 0.85
renderCellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected