Re: [Tutor] Performing arithmetic operations with date

2006-11-02 Thread Christopher Arndt
Asrarahmed Kadri schrieb: > I want to perform arithmetic operations on date supplied by the user on the > command line. > > Is there any built-in utility for this..?? Not built-in, but very useful: http://labix.org/python-dateutil Chris ___ Tutor mail

Re: [Tutor] Performing arithmetic operations with date

2006-11-02 Thread Luke Paireepinart
Asrarahmed Kadri wrote: [question about dates and times] Asrarahmed, please check google.com and other resources before asking on the list. A google of 'python date module' brought the page http://pleac.sourceforge.net/pleac_python/datesandtimes.html as the first link, which has examples on usage

[Tutor] Performing arithmetic operations with date

2006-11-02 Thread Asrarahmed Kadri
  Hello Guys...   I want to perform arithmetic operations on date supplied by the user on the command line.   Is there any built-in utility for this..??   TIA.   Regards, Asrarahmed       -- To HIM you shall return. ___ Tutor maillist - Tutor@python.or