JS格式化日期

JS格式化日期真是件淡疼的事。javascript 網上轉了半天終於發現有一個挺不錯的函數。貼上來作個筆記。java /** * 時間對象的格式化 */ Date.prototype.format = function(format) { /* * format="yyyy-MM-dd hh:mm:ss"; */ var o = { "M+" : this.getMonth() + 1, "d+"
相關文章
相關標籤/搜索