文章分类 -  javascript

javascript日期操作
摘要:得到时间方法: getDate() 查看Date对象并返回日期 getDay() 返回星期几 getHours() 返回小时数 getMinutes() 返回分钟数 getMonth() 返回月份值 getSeconds() 返回秒数 getTime() 返回完整的时间 ... 阅读全文
posted @ 2014-04-16 20:22 清风暮雨 阅读(134) 评论(0) 推荐(0)