MCPcopy Create free account
hub / github.com/BrasilAPI/BrasilAPI / getDate

Function getDate

pages/sitemap.xml/index.jsx:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4const sMaxAge = 24 * 60 * 60;
5
6const getDate = () => {
7 const date = new Date();
8
9 return date.toISOString().split('T')[0];
10};
11
12const getDocs = () => {
13 return [

Callers 2

index.jsxFile · 0.85
getServerSidePropsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected