I think this module is way too cool.
Im implementing a business application framework in
jython and require constructs like
mydate + = 'month=1'
or mydate += 'month=1,day=3' etc
the most handy construct of all i think is this one
mydate += 'weekday=Monday,0'
Moving dates to a specific weekday of a month comes in
real handy when writing applications that deal with
mortgages, financials, renewals etc.
I believe RelativeDateTime in the mxDateTime module
does exactly this.
Would it be possible to implement this in module
zxDateTime?
R