Date formats used by i18n transformer come from the JDK resource bundles. Check the i18n samples in Cocoon and switch to Polish translation, there is a date somewhere at the last line and it should be formatted according to the selected locale.
In any case, if you want another format then you can use <i18n:date format="dd.MM.yyyy" .../> to specify the desired date format. But note that this format will be fixed for all the locales. Regards, Konstantin From: "Marcin Okraszewski" <[EMAIL PROTECTED]> > Hi, > I'm using i18n for localizing date format. It works fine, but I > don't agree with format for Polish date (yyyy-MM-dd and should > rather be dd.MM.yyyy). How can I change it? > > Regards, > Marcin Okraszewski > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
