MCPcopy Index your code
hub / github.com/OpenSignLabs/OpenSign / format

Function format

apps/OpenSign/src/primitives/SignerCell.jsx:41–44  ·  view source on GitHub ↗
(date)

Source from the content-addressed store, hash-verified

39 (audit) => audit?.UserPtr?.objectId === x.signerObjId
40 );
41 const format = (date) =>
42 date
43 ? formatDateTime(new Date(date), DateFormat, timezone, Is12Hr)
44 : "-";
45 return {
46 id: i,
47 Email: getSignerEmail(x, item?.Signers) || x?.email || "-",

Callers 7

formatTimeInTimezoneFunction · 0.85
formatDateTimeFunction · 0.85
htmlFunction · 0.85
jsonFunction · 0.85
formatTimeInTimezoneFunction · 0.85
formatDateTimeFunction · 0.85
formatStatusRowFunction · 0.85

Calls 1

formatDateTimeFunction · 0.90

Tested by

no test coverage detected