Get Current ISO Date

Get the current date in ISO 8601 format.

Code

General
new Date().toISOString();
Browser·fetch() may be limited by CORS

More JavaScript Snippets