This Domain(Admin5.com) is for Sale:

toUTCString 方法

时间:2007-12-27  来源:不详  作者:林子

返回一个已被转换为字符串的,用全球标准时间 (UTC)表示的日期。 dedecms.com

dateObj.toUTCString()

copyright dedecms

必选项 dateObj 参数为任意 Date 对象。 内容来自dedecms

说明

toUTCString 方法返回一个 String 对象,此对象中包含了使用 UTC 惯例以一种方便易读的形式进行格式化的日期。

dedecms.com

示例

下面这个例子说明了 toUTCString 方法的用法。 copyright dedecms

function toUTCStrDemo(){

var d, s;                   // 声明变量。

d = new Date();             // 创建 Date 对象。

s = "Current setting is ";

s  = d.toUTCString();       // 转换为 UTC 字符串。

return(s);                  // 返回 UTC 字符串。

} 织梦好,好织梦 

要求

版本 3

织梦好,好织梦

请参阅

Date 对象的方法 | toGMTString 方法

本文来自织梦

应用于: Date 对象 dedecms.com

看完这篇,您有何感觉呢?

上一篇:ubound 方法   下一篇:toTimeString 方法

文章评论

共有位Admini5网友发表了评论 查看完整内容

24小时热门信息