problem formatting dates from text fields.
krishnakant Mane
researchbase at gmail.com
Sun Dec 3 20:44:22 EST 2006
More information about the Python-list mailing list
Sun Dec 3 20:44:22 EST 2006
- Previous message (by thread): problem formatting dates from text fields.
- Next message (by thread): problem formatting dates from text fields.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 04/12/06, Dennis Lee Bieber <wlfraed at ix.netcom.com> 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, -, :, or / > the format in the text field is dd/mm/yyyy which is perfect for what I need. but the problem as I said is to get this text into a value that can fit into a date time picker. can this be done? Krishnakant.
- Previous message (by thread): problem formatting dates from text fields.
- Next message (by thread): problem formatting dates from text fields.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list