A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/javascript/Date/toUTCString below:

toUTCString · WebPlatform Docs

toUTCString Summary

Returns a date converted to a string formatted according to UTC conventions.

Syntax
toUTCString()
Return Value

String that contains the date formatted using UTC conventions: Fri, 09 May 2014 00:00:00 GMT

Examples
var date = new Date("2014-05-09");
console.log(date.toUTCString()); 
Remarks

UTC is the acronym of Universal Coordinated Time.

The Format returned by this toGMTString was defined by [1] and was refined by RFC-1123

See also Other articles External resources Specification

Date.prototype.toUTCString()

ECMAScript® Language Specification Standard ECMA-262 5.1 Edition / June 2011

Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4