Convert UTC Date to Readable Date Method
The Convert UTC Date to Readable Date returns a string that includes the UTC date of dateVar in a format that a human can read. This string uses the following format:
Day Mon dd yyyy hh:mm:ss TimeZone
Format
dateVar.toUTCString()
For an example, see Convert Date and Time to String Method.
Related Topics
For more information, see the following topics: