toGMTString()

var myDate = new Date()
var dateString = myDate.toGMTString()

 

see also:Date.parse, toLocaleString, toUTCString

Close