Re: what date libraries are you using?

2013-08-26 Thread Philippe Lhoste
On 22/08/2013 00:50, roegerle wrote: Like many I'm a fan of Joda-Time. I'm curious what date libraries are popular, if any, for GWT client side. Goda looks dead. GWT-Time looks as it might be of use. Maybe pure javascript date packages are the way to go? Whats been successful in your

Re: what date libraries are you using?

2013-08-26 Thread Thomas Broyer
On Monday, August 26, 2013 2:07:35 PM UTC+2, PhiLho wrote: On 22/08/2013 00:50, roegerle wrote: Like many I'm a fan of Joda-Time. I'm curious what date libraries are popular, if any, for GWT client side. Goda looks dead. GWT-Time looks as it might be of use. Maybe pure

what date libraries are you using?

2013-08-22 Thread roegerle
Like many I'm a fan of Joda-Time. I'm curious what date libraries are popular, if any, for GWT client side. Goda looks dead. GWT-Time looks as it might be of use. Maybe pure javascript date packages are the way to go? Whats been successful in your projects? -- You received this message

Re: what date libraries are you using?

2013-08-22 Thread Jens
Each day I pray that Java 8 won't get delayed any further and that GWT will include JSR 310 once Java 8 is released. Currently I just avoid date manipulation code in shared classes. On client I use the Date class with its deprecated methods behind a date manipulation utility class and on the