MCPcopy Create free account
hub / github.com/IceClusters/icmysql / GetDate

Function GetDate

src/utils/Time.js:1–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1function GetDate() {
2 const currentDate = new Date();
3 return `${String(currentDate.getDate()).padStart(2, '0')}/${String(currentDate.getMonth() + 1).padStart(2, '0')}/${currentDate.getFullYear()}`;
4}
5
6function GetTime() {
7 const currentDate = new Date();

Callers 2

GetTimeDateFunction · 0.85
MakeBackupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected