2 May
2006
2 May
'06
9:30 a.m.
Lennart Regebro wrote:
Well, steal some code from http://svn.nuxeo.org/trac/pub/file/CalCore/trunk/src/calcore/isoweek.py maybe?
Well it uses datetime (as opposed to Zope's DateTime) which isn't available in python scripts. However it is a better solution than installing a third module. So I think I will use that (in an external method). Thanks.