> My problem is the date/time fields. Does anyone know what the best
> approach to localization is for these (ie xmas is 12/25/99 here in the US,
> 25/12/99 some other places).  My first thought is a drop down list of
> "styles" such as "MMM DD, YYYY" "MM/DD/YY" "DD.MM.YY" etc... the only
> problem is this could get a little unwieldy. Is there any way to figure
> out what might be appropriate for certain locale?

Probably best to start with ISO 8601 (EN 28601) and work from there.  Maybe 
nick the remaining formats from MySQL or PostgreSQL?

Andy

Reply via email to