toUTCString()

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

Close