All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.modules.es.date.to-gmt-string.js Maven / Gradle / Ivy

The newest version!
'use strict';
var $ = require('../internals/export');

// `Date.prototype.toGMTString` method
// https://tc39.es/ecma262/#sec-date.prototype.togmtstring
$({ target: 'Date', proto: true }, {
  toGMTString: Date.prototype.toUTCString
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy