Remove moment.js dependencies - updates after review
This commit is contained in:
@ -44,6 +44,5 @@ export const duration = {
|
||||
hours: function(val) { return val * this.minutes(60) },
|
||||
days: function(val) { return val * this.hours(24) },
|
||||
weeks: function(val) { return val * this.days(7) },
|
||||
months: function(val) { return val * this.days(30)},
|
||||
years: function(val) { return val * this.days(365)}
|
||||
};
|
||||
Reference in New Issue
Block a user