Support for displaying calendar weeks
| Project: | Date Input |
| Version: | 1.1.2 |
| Component: | User interface |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
It would be nice to have basic support for calendar weeks.
Calendar weeks are the number of the week in the year, from 1-52/53. Its standardized like this:
http://en.wikipedia.org/wiki/ISO_week_date
At least in Germany many companies work by calculating with calendar weeks, like in the agriculture. They say "it will be delivered in week 23", for example.
I know that this would mean a major change in the code, so here's my idea on how to integrate it optionally in a mostly unobtrusive way: Add a column at the outer left that's got the week number in it. So we can get a table like
|week number|mon|tue|wed|thu|fri|sat|sun|
... what would mean we got the week number of all days monday till sunday in front of the line we already have. This way it would not affect functionality, but would be just a cosmetic feature. But anyway, it would be nice to have! Of course with the option to enable/disable display of it.

Comments
#1
I'm happy to consider a patch for this, so long as it doesn't add *too* much weight to the code base, but I don't personally need this feature and as such I'm unlikely to work on it myself in the near future.
#2