Emiliano wrote:
> 
> Tarjei wrote:
> 
> > >
> > >
> > >
> > >No, the date parser will accept the new dateformats additionally.
> > >Returned dates are still dd.mm.yyyy
> >
> > Ok, what are the other dateformats? mm.dd.yyyy, yy.yy.mmdd ? :)
> 
> http://www.mysql.com/doc/D/A/DATETIME.html
> 
> > >Consistent (while keeping in mind localized date formatting and such)
> > >would mean timestamps, I'm afraid.
> >
> > Yes! That would probably be the best, or (after o'big ruby comes along)
> > $person->birthdate(dd.mm.YYYY) with the same formatters as the php
> > datefunction.
> 
> But as noted, needs community consensus, since it will break things.

Maybe a new function, which returns ISO format (YYYY-MM-DD)? Then it
would not break old code, and new users should use the new fn...

Fery


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to