Re: problem formatting dates from text fields.

2006-12-03 Thread Hendrik van Rooyen
"John Machin" <[EMAIL PROTECTED]> wrote: > Dennis Lee Bieber wrote: 8<-- > > Simplest is probably to do what many web-sites use for credit card > > expiration dates... Ignore any pre-built date-time modules... > > > > Create three integer fields, make

Re: problem formatting dates from text fields.

2006-12-03 Thread Robert Kern
krishnakant Mane wrote: > is there a soft copy of wxpython in action available for free download? > I saw the book on my book store but since I am totally blind, I have > to depend on soft copies. It is not available for free, no. However, it is available in PDF form from Manning's website: htt

Re: problem formatting dates from text fields.

2006-12-03 Thread krishnakant Mane
is there a soft copy of wxpython in action available for free download? I saw the book on my book store but since I am totally blind, I have to depend on soft copies. Krishnakant. -- http://mail.python.org/mailman/listinfo/python-list

Re: problem formatting dates from text fields.

2006-12-03 Thread krishnakant Mane
On 04/12/06, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > You don't show us what format is used in the database, so there is > nothing to base a conversion on. Is it year/month/day, month/day/year; > months numeric or alpha (abbreviated or spelled out). Fields separated > by space, comma, -

Re: problem formatting dates from text fields.

2006-12-03 Thread John Machin
Dennis Lee Bieber wrote: > On Mon, 4 Dec 2006 01:11:30 +0530, "krishnakant Mane" > <[EMAIL PROTECTED]> declaimed the following in comp.lang.python: > > > I am tired searching for some good tutorial that can explain the basic > > functionality of wx.datetime class and the datetime picker. > > I wan

problem formatting dates from text fields.

2006-12-03 Thread krishnakant Mane
hello all. thanks for the help and for pointing me to the proper url for wxpython related issues. I am so happy that I now have a very easy gui library that can do practically every thing with such ease (no flames intended but I was never at so much ease with java swing ). I however have a problem