摘要: http://www.99n9.com/list.php?fid-27-page-1.htm 阅读全文
posted @ 2011-05-03 15:29 冰棒。 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 1、当前系统区域设置格式(toLocaleDateString和toLocaleTimeString)例子:(new Date()).toLocaleDateString() + " " + (new Date()).toLocaleTimeString()结果: 2008年1月29日 16:13:112.普通字符串(toDateString和toTimeString)例子: (new Date()).toDateString() + " " + (new Date()).toTimeString()结果:Tue Jan 29 2008 16:13:11 阅读全文
posted @ 2011-05-03 15:28 冰棒。 阅读(1674) 评论(0) 推荐(0) 编辑