MCPcopy Create free account
hub / github.com/ShipSecAI/studio / formatDate

Function formatDate

frontend/src/pages/SecretsManager.tsx:81–89  ·  view source on GitHub ↗
(iso: string)

Source from the content-addressed store, hash-verified

79}
80
81function formatDate(iso: string) {
82 return new Intl.DateTimeFormat('en-US', {
83 month: 'short',
84 day: 'numeric',
85 year: 'numeric',
86 hour: '2-digit',
87 minute: '2-digit',
88 }).format(new Date(iso));
89}
90
91export function SecretsManager() {
92 const roles = useAuthStore((state) => state.roles);

Callers 1

SecretsManagerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected