Re: DateTimeFormat with locale

2010-01-28 Thread Marcus Vinícius Bastos de Andrade
This class doesn't support define locale. You can make a RPC call to server and use java.text.SimpleDateFormat :/ best regards On Wed, Jan 27, 2010 at 11:05 AM, mariyan nenchev wrote: > Hi, > How to specify locale when formating date? > > -- > You received this message because you are subscrib

Re: DateTimeFormat with locale

2010-01-28 Thread Ashar Lohmar
you should look at this http://code.google.com/webtoolkit/doc/latest/DevGuideI18n.html you'll have to addto you html pages or if u don't like that ... you could "build" you formater by hand ... for example DateTimeFormat.getFormat("dd/MM/ HH:mm:ss") an have the stored in a util class hop

DateTimeFormat with locale

2010-01-27 Thread mariyan nenchev
Hi, How to specify locale when formating date? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsu