Content deleted Content added
No edit summary |
No edit summary |
||
Line 340:
if (component.unit === "weeks") {
text = formatDate(then, {
type: "
options: LocalComments.outputFormats.
});
} else {
text = formatDate(then, {
type: "
options: LocalComments.outputFormats.
});
}
|