Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClydeTime/Surge
/ format
Function
format
Script/Task/xmly.js:31–33 ·
view source on GitHub ↗
(ts, fmt = 'yyyy-MM-dd HH:mm:ss')
Source
from the content-addressed store, hash-verified
29
*/
30
31
const
format = (ts, fmt =
'yyyy-MM-dd HH:mm:ss'
) => {
32
return
$.time(fmt, ts)
33
}
34
35
const
urlencode = (str) => {
36
str = (str +
''
).toString()
Callers
5
inspect
Function · 0.70
check
Function · 0.70
main
Function · 0.70
adVideoFinish
Function · 0.70
handInGeneralTask
Function · 0.70
Calls
1
time
Method · 0.45
Tested by
no test coverage detected