Re: problems playing with dates from any month.

2007-08-02 Thread kyosohma
On Aug 2, 1:16 pm, "krishnakant Mane" <[EMAIL PROTECTED]> wrote: > On 02/08/07, Ian Clark <[EMAIL PROTECTED]> wrote: > > > > >http://docs.python.org/lib/node85.html > > I looked there even before. > but could not figure out what the code did. > I know in that variable called s there was a string in

Re: problems playing with dates from any month.

2007-08-02 Thread Ian Clark
krishnakant Mane wrote: > On 02/08/07, Ian Clark <[EMAIL PROTECTED]> wrote: > >> http://docs.python.org/lib/node85.html >> > I looked there even before. > but could not figure out what the code did. > I know in that variable called s there was a string in a valid date format. > but when datetime.s

Re: problems playing with dates from any month.

2007-08-02 Thread krishnakant Mane
On 02/08/07, Ian Clark <[EMAIL PROTECTED]> wrote: > > http://docs.python.org/lib/node85.html > I looked there even before. but could not figure out what the code did. I know in that variable called s there was a string in a valid date format. but when datetime.strptime was used, I did not understa

Re: problems playing with dates from any month.

2007-08-02 Thread kyosohma
On Aug 2, 12:31 pm, "krishnakant Mane" <[EMAIL PROTECTED]> wrote: > hello, > I have a very strange problem and I can't find any solution for that. > I am working on an accounting package which I wish to develop in python. > the simple problem is that I want to knoe how I can know if the given > dat

Re: problems playing with dates from any month.

2007-08-02 Thread Ian Clark
krishnakant Mane wrote: > hello, > I have a very strange problem and I can't find any solution for that. > I am working on an accounting package which I wish to develop in python. > the simple problem is that I want to knoe how I can know if the given > date is the nth day of a month. > for example

problems playing with dates from any month.

2007-08-02 Thread krishnakant Mane
hello, I have a very strange problem and I can't find any solution for that. I am working on an accounting package which I wish to develop in python. the simple problem is that I want to knoe how I can know if the given date is the nth day of a month. for example if a customer is supposed to pay hi