User:Amaury/common.js: Difference between revisions

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