Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 1:
importScript( 'User:Mxn/CommentsInLocalTime.js' ); // Backlink: [[User:Mxn/CommentsInLocalTime.js]]
formats: {
day: function (then) { return then.calendar(); },
Line 7:
other: "MMMM D, YYYY [at] h:mm A",
},
tooltipFormats:
});
moment().calendar(null, {
lastWeek: 'dddd',
});
|