moment.js的擴展方法

在moment.js的使用過程當中,有時須要對moment的屬性與方法進行擴展,以moment.duration的humanize方法爲例:javascript // 設置時間長度爲50周 var w50s = moment.duration(50, 'w').humanize() // 結果輸出爲1年 console.log(w50s); 從上面的例子能夠看出,moment.js特地設計的hum
相關文章
相關標籤/搜索