#1061: Start week day on calendar
--------------------------------------------+-------------------------------
Reporter: [EMAIL PROTECTED] | Owner: garcia_marc
Status: new | Milestone: post-1.0
Component: Internationalization | Version: SVN
Resolution: | Keywords: i18n admin i18n-rf
Stage: Ready for checkin | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
--------------------------------------------+-------------------------------
Comment (by bcurtu):
I think there is a mistake in your patch yet.[[BR]]
There is an additional change you must do, because the patch fixes the
calendar header, but not the number positions. So you must include an
additional change, on line 64:
{{{
var startingPos = new Date(year, month-1,
1).getDay()-CalendarNamespace.firstDayOfWeek;
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/1061#comment:26>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---