Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GNOME/gjs
/ formatDate
Function
formatDate
modules/script/_bootstrap/default.js:138–140 ·
view source on GitHub ↗
(date)
Source
from the content-addressed store, hash-verified
136
}
137
138
function
formatDate(date) {
139
return
date.toISOString();
140
}
141
142
function
formatFunction(func) {
143
let
funcOutput = `[ Function: ${func.name} ]`;
Callers
1
formatObject
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected