就是输出的时间是遗传数字,怎么才能取到数字中的日呢,不要年月
光阴似箭催人老,日月如移越少年。
如果你的一串数字是时间戳的话直接用Date对象的。
Date
http://jsfiddle.net/Z8ch5/
取日用getDate()
http://www.w3school.com.cn/jsref/jsref_getDate.asp
new Date(1392168480000)
我会告诉你new Date(1392168480).getDate()就可以了吗?^_^
new Date(1392168480).getDate()
如果你的一串数字是时间戳的话直接用
Date
对象的。http://jsfiddle.net/Z8ch5/
取日用getDate()
http://www.w3school.com.cn/jsref/jsref_getDate.asp
new Date(1392168480000)
我会告诉你
new Date(1392168480).getDate()
就可以了吗?^_^