This Domain(Admin5.com) is for Sale:

getMinutes 方法

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

返回 Date 对象中用本地时间表示的分钟值。

dedecms.com

dateObj.getMinutes() 织梦好,好织梦

必选项 dateObj 参数为 Date 对象。

dedecms.com

说明

要获取用全球标准时间 (UTC)表示的分钟值,请使用 getUTCMinutes 方法。 copyright dedecms

getMinutes 方法返回一个处于 0 到 59 之间的整数,返回值就等于保存在 Date 对象中的分钟值。在下面两种情况下返回值为 0:在时钟整点之后经过的时间少于一分钟,或者是在创建 Date 对象的时候没有将时间值保存到该对象中。而要确定究竟是哪种情况,唯一的方法是同时检查小时和秒钟值是否也是 0。假如这两个值都是 0,那就几乎可以确定是没有将时间值保存到该 Date 对象中。 织梦好,好织梦

示例

下面这个例子说明了 getMinutes 方法的用法: 织梦内容管理系统

function TimeDemo(){

var d, s = "当前本地时间为: ";

var c = ":";

d = new Date();

s  = d.getHours()   c;

s  = d.getMinutes()   c;

s  = d.getSeconds()   c;

s  = d.getMilliseconds();

return(s);

} dedecms.com 

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

上一篇:getSeconds 方法   下一篇:getMilliseconds 方法

文章评论

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

24小时热门信息