Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 5:
day: function (then) { return then.calendar(); },
week: function (then) { return then.calendar(); },
other: "
},
tooltipFormats: [
function (then) { return then.fromNow(); },
"LL [at] LT",
],
});
|