MCPcopy
hub / github.com/TTLabs/EvaporateJS / dateISOString

Function dateISOString

evaporate.js:1996–1999  ·  view source on GitHub ↗
(date)

Source from the content-addressed store, hash-verified

1994 }
1995
1996 function dateISOString(date) {
1997 // Try to get the modified date as an ISO String, if the date exists
1998 return date ? new Date(date).toISOString() : '';
1999 }
2000
2001 function getAwsResponse(xhr) {
2002 var code = elementText(xhr.responseText, "Code"),

Callers 2

evaporate.jsFile · 0.85
uploadKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected