Currency/Money and Time Library

2010-07-15 Thread AlexG
Hi @ all, i am just wondering, is there any library for GWT, that provides money and time classes, to deal correct with prices and dates? greets Alex -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Currency/Money and Time Library

2010-07-15 Thread Frederic Conrotte
For Money there is nothing specific to GWT. But for dates, if you want to avoid loosing lot of times with OS/ browsers specific javascript date management and time zones, I strongly advise you to use you own date class with Strings to represent fields. On Jul 15, 9:18 am, AlexG