Date Object Methods 日期对象方法 FF: Firefox, N: Netscape, IE: Internet Explorer FF:火狐,N:网景,IE Method 方法Description 描述FFNIE Date() Returns today's date and time 返回今天的日期和时间 getDate() Returns the day of the month from a Date object (from 1-31) 返回月中的第几天(1到31) getDay() Returns the day of the week from a Date object (from 0-6) 返回一周中的第几天(0到6) getMonth() Returns the month from a Date object (from 0-11) 返回月份数(0到11) getFullYear() Returns the year, as a four-digit number, from a Date object 返回完整的年份数 getYear() Returns the year, as a two-digit or a four-digit number, from a Date object. Use getFullYear() instead !! 返回年份,可以是两位的或是四位的 getHours() Returns the hour of a Date object (from 0-23) 返回日期对象的小时数(0到23) getMinutes() Returns the minutes of a Date object (from 0-59) 返回日期对象的分钟(0到59) getSeconds() Returns the seconds of a Date object (from 0-59) 返回日期对象的秒(0到59) getMilliseconds() Returns the milliseconds of a Date object (from 0-999) 返回毫秒(0到999) getTime() Returns the number of milliseconds since midnight Jan 1, 1970 从1970年1月1号午夜到现在一共花去的毫秒数 getTimezoneOffset() Returns the difference in minutes between local time and Greenwich Mean Time (GMT) 本地时间和GMT相差多少分钟 getUTCDate() Returns the day of the month from a Date object according to universal time (from 1-31) 依据国际时间来得到月中的第几天(1到31) getUTCDay() Returns the day of the week from a Date object according to universal time (from 0-6) 依据国际时间来得到现在是星期几(0到6) getUTCMonth() Returns the month from a Date object according to universal time (from 0-11) 依据国际时间来得到月份(0到11) getUTCFullYear() Returns the four-digit year from a Date object according to universal time 依据国际时间来得到完整的年份 getUTCHours() Returns the hour of a Date object according to universal time (from 0-23) 依据国际时间来得到小时(0-23) getUTCMinutes() Returns the minutes of a Date object according to universal time (from 0-59) 依据国际时间来返回分钟(0到59) getUTCSeconds() Returns the seconds of a Date object according to universal time (from 0-59) 依据国际时间来返回秒(0到59) getUTCMilliseconds() Returns the milliseconds of a Date object according to universal time (from 0-999) 依据国际时间来返回毫秒(0到999) parse() Takes a date string and returns the number of milliseconds since midnight of January 1, 1970 或得并返回自1970年1月1号凌晨到现在一共花掉了多少毫秒 setDate() Sets the day of the month in a Date object (from 1-31) 设置日 setMonth() Sets the month in a Date object (from 0-11) 设置月 setFullYear() Sets the year in a Date object (four digits) 设置年份 setYear() Sets the year in the Date object (two or four digits). Use setFullYear() instead !! 用setFullYear()来取代 setHours() Sets the hour in a Date object (from 0-23) 设置小时 setMinutes() Set the minutes in a Date object (from 0-59) 设置分钟 setSeconds() Sets the seconds in a Date object (from 0-59) 设置秒 setMilliseconds() Sets the milliseconds in a Date object (from 0-999) 设置毫秒 setTime() Calculates a date and time by adding or subtracting a specified number of milliseconds to/from midnight January 1, 1970 1 2 3 setUTCDate() Sets the day of the month in a Date object according to universal time (from 1-31) 依据国际时间来设置日期 setUTCMonth() Sets the month in a Date object according to universal time (from 0-11) 依据国际时间来设置月 setUTCFullYear() Sets the year in a Date object according to universal time (four digits) 依据国际时间来设置年份 setUTCHours() Sets the hour in a Date object according to universal time (from 0-23) 依据国际时间来设置小时 setUTCMinutes() Set the minutes in a Date object according to universal time (from 0-59) 依据国际时间来设置分钟 setUTCSeconds() Set the seconds in a Date object according to universal time (from 0-59) 依据国际时间来设置秒 setUTCMilliseconds() Sets the milliseconds in a Date object according to universal time (from 0-999) 依据国际时间来设置毫秒 toSource() Represents the source code of an object 显示对象的源代码 toString() Converts a Date object to a string 将日期对象转换为字符串 toGMTString() Converts a Date object, according to Greenwich time, to a string. Use toUTCString() instead !! 根据格林威治时间将Date[日期]对象转换为一个字符串。可以使用toUTCString()替代这种方法 toUTCString() Converts a Date object, according to universal time, to a string 根据通用时间将一个Date[日期]对象转换为一个字符串 toLocaleString() Converts a Date object, according to local time, to a string 根据本地时间将一个Date[日期]对象转换为一个字符串 UTC() Takes a date and returns the number of milliseconds since midnight of January 1, 1970 according to universal time 根据通用时间将日期计算为从1970年1月1日午夜至今所经过的时间(单位:毫秒) valueOf() Returns the primitive value of a Date object 返回日期对象的原始值?
详细解决方案
JavaScript Date对象步骤
热度:505 发布时间:2012-11-22 00:16:41.0
相关解决方案
- javascript ie6兼容的有关问题
- javascript window open在ie中设立不起作用,求解决
- javascript 字符串拼接效率有关问题
- JavaScript 自动生成图片并合并有关问题
- 不走"<script type='text/javascript'>"标签咋回事
- <script type="javascript/text">的有关问题
- 用servlet+jsp+javascript+jdbc做个简单的办公自动化系统流程,该如何解决
- 怎么打开 javascript:SetData(2010,5,10)
- javaScript = == ===区别,该怎么解决
- javascript 怎么验证name=xx.xx的radio表单
- struts2 <s:date>标签不管用解决方法
- form action 和 javascript 的提交問題解决方法
- javascript,该怎么处理
- javascript,该如何处理
- Date 的转化,该如何解决
- javascript 选中文字 但是保存样式 标签
- 新人求问,J2EE方向,html,css,javascript,vml要学到什么程度?解决思路
- javascript 请求servlet兑现将函数中定义的变量作为参数
- 诸位大神,js 中的Date.parse(new Date()) 在 java中 得到的值为什么不一样呢
- javascript 不懂,该如何处理
- javascript 不懂解决方法
- JavaScript 大局函数求实例,高分求
- javaScript 里面 如何知道Object 对象的长度
- javascript 函数调用有什么有关问题,请
- javascript 中文本框中数字如何比较
- javascript IE通过,火狐,google浏览器不过解决思路
- javascript rsa加密/java使用Cipher.getInstance("RSA/ECB/PKCS1Padding")解密,该如何处理
- IE javascript start()函数解决方案
- 关于RTMP 播放器(DELPHI C# FLASH JAVASCRIPT)解决思路
- Print date,该如何处理