carbonjs
Version:
Javascript date library alternative to Moment.js with the same modern API
1 lines • 146 B
JavaScript
;module.exports=(e=>{e.prototype.dayOfYear=function(){return Math.floor((this.valueOf()-new Date(this._year,0,0).valueOf())/864e5)}});