3 Mar
2005
3 Mar
'05
10:55 a.m.
--On Donnerstag, 3. März 2005 11:49 Uhr +0100 Patrick Ulmer <ulmer@truckport.de> wrote:
Hi,
i have a litte problem to insert my german dateformat into my SQL-Database, because I must convert it to ISO-Format. I try
datum=_.DateTime (wiedervorlage).ISO())
but day and month ar interchanged.
That's why it is called ISO format which is defined in the way you see it.
How can I convert my datestring '1.3.2005' to '2005-03-01'?
Look at the DateTime API -> somedate.strftime(formatstring) -aj