cal: week starts on monday
authorTero Marttila <terom@fixme.fi>
Sat, 08 Jan 2011 23:52:47 +0200
changeset 41 36d029a47d37
parent 40 30a0a0fa8c54
child 42 fa5694ee0f98
cal: week starts on monday
svv/cal.py
--- a/svv/cal.py	Sat Jan 08 23:41:48 2011 +0200
+++ b/svv/cal.py	Sat Jan 08 23:52:47 2011 +0200
@@ -20,7 +20,7 @@
     """
 
     # first date of week
-    FIRST_WEEKDAY = 6
+    FIRST_WEEKDAY = 0
     
     # year/month format for URLs
     URL_FORMAT = "%Y-%m"