Re: [Tutor] confused with dates and which way to start

2009-02-18 Thread Che M
> From: jfabi...@yolo.com > To: tutor@python.org > Date: Wed, 18 Feb 2009 15:55:05 -0800 > Subject: Re: [Tutor] confused with dates and which way to start > > On Wednesday 18 February 2009 03:10:41 pm johnf wrote: > > Hi, > > > > I need to develope a rout

Re: [Tutor] confused with dates and which way to start

2009-02-18 Thread Kent Johnson
On Wed, Feb 18, 2009 at 6:55 PM, johnf wrote: > thanks Kent. This appears to work. I was not aware of datetime.timedelta(). > I really think there should be a place to find this type of information. That's what the library reference is for: http://docs.python.org/library/datetime.html http://d

Re: [Tutor] confused with dates and which way to start

2009-02-18 Thread johnf
On Wednesday 18 February 2009 03:10:41 pm johnf wrote: > Hi, > > I need to develope a routine that will provide the some dates between a > starting date and an ending date. The dates will be used to schedule > instructors for specific class dates from the list of available dates. > Class is normal

Re: [Tutor] confused with dates and which way to start

2009-02-18 Thread Kent Johnson
On Wed, Feb 18, 2009 at 6:10 PM, johnf wrote: > Hi, > > I need to develope a routine that will provide the some dates between a > starting date and an ending date. The dates will be used to schedule > instructors for specific class dates from the list of available dates. > Class is normally on Mo