Skip to content

Show week number in calenders

Enrico Scholz requested to merge ensc/gitlab-ce:show-weeknr into master

What does this MR do?

Patch shows the week number in "due date" and other calenders.

Why was this MR needed?

When communicating about timeframes or deadlines, it is common to speak of week numbers. E.g. "we will start in calendar week 23" or "must be ready in week 42".

It would be nice to see this number in the calendar which is used for "due dates". The "Pikaday" calender supports to display this information already by setting the 'showWeekNumber" attribute.

Screenshots (if relevant)

weeknr

NOTE: in the screenshot, weeks start at monday. This is caused by another patch; the actual one adds only the week numbers

Does this MR meet the acceptance criteria?

Edited by Enrico Scholz

Merge request reports