|
@ -582,8 +582,7 @@ TimeStep.prototype.getLabelMinor = function(date) { |
|
|
if(this.isMajor() && date.weekday() !== 0){ |
|
|
if(this.isMajor() && date.weekday() !== 0){ |
|
|
return ""; |
|
|
return ""; |
|
|
} |
|
|
} |
|
|
break; |
|
|
|
|
|
default: |
|
|
|
|
|
|
|
|
default: // eslint-disable-line no-fallthrough
|
|
|
return (format && format.length > 0) ? this.moment(date).format(format) : ''; |
|
|
return (format && format.length > 0) ? this.moment(date).format(format) : ''; |
|
|
} |
|
|
} |
|
|
}; |
|
|
}; |
|
|