[Zope] How can I force Zope to accept german date formatininput
fields
Dirk Datzert
dirk.datzert@tks-rasselstein.thyssenkrupp.com
Wed, 03 Jul 2002 18:54:33 +0200
Hi Jürgen,
I think that will fix it on your system. Is it a standalone where only
germans will enter the date , or is it a multilanguage system with
multiple input formats of date ?
I think that we should a fix for that step by step.
Maybe it is a good idea to take this discussion to the ZIP mailing-list
?
Maybe Stephan Richter is listing here also ?
Regards,
Dirk
"Juergen R. Plasser / Hexagon" schrieb:
>
> Hi Dirk,
>
> I just changed the following lines in DateTime.py (and hope not to have
> forgotten anything, the first tests seem to work properly):
>
> from:
>
> 981 else:
> 982 day=ints[1]
> 983 month=ints[0]
>
> to:
>
> 981 else:
> 982 day=ints[0]
> 983 month=ints[1]
>
> If somebody sees problems with my changes or there have to be made some
> other corrections please tell me.
>
> Juergen
>
> --On Mittwoch, 03. Juli 2002 16:06 +0200 Dirk Datzert
> <dirk.datzert@tks-rasselstein.thyssenkrupp.com> wrote:
>
> > Hi Jürgen,
> >
> > can you sent your changes to the mailing-list.
> > I have the same problem, but no solution.
> >