How to get date fields?

2008-10-09 Thread LoneWolf
Hey, How to get year, month of year, day of month in GWT application? Thanks. --~--~-~--~~~---~--~~ 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: How to get date fields?

2008-10-09 Thread LoneWolf
Date.getDay() return day of week, I need day of month On Oct 9, 2:15 pm, Isaac Truett [EMAIL PROTECTED] wrote: java.util.Date (yes, the deprecated methods) On Thu, Oct 9, 2008 at 5:53 AM, LoneWolf [EMAIL PROTECTED] wrote: Hey, How to get year, month of year, day of month in GWT

Re: How to get date fields?

2008-10-09 Thread Lothar Kimmeringer
LoneWolf schrieb: Date.getDay() return day of week, I need day of month Then you better use Date.getDate(); Regards, Lothar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: How to get date fields?

2008-10-09 Thread Isaac Truett
http://java.sun.com/j2se/1.5.0/docs/api/java/util/Date.html#getDate() On Thu, Oct 9, 2008 at 8:55 AM, LoneWolf [EMAIL PROTECTED] wrote: Date.getDay() return day of week, I need day of month On Oct 9, 2:15 pm, Isaac Truett [EMAIL PROTECTED] wrote: java.util.Date (yes, the deprecated

Re: How to get date fields?

2008-10-09 Thread LoneWolf
Thanks all :) On Oct 9, 2:57 pm, Isaac Truett [EMAIL PROTECTED] wrote: http://java.sun.com/j2se/1.5.0/docs/api/java/util/Date.html#getDate() On Thu, Oct 9, 2008 at 8:55 AM, LoneWolf [EMAIL PROTECTED] wrote: Date.getDay() return day of week, I need day of month On Oct 9, 2:15 pm, Isaac

Re: How to get date fields?

2008-10-09 Thread 滋文苏
i like your name. On Thu, Oct 9, 2008 at 5:53 PM, LoneWolf [EMAIL PROTECTED] wrote: Hey, How to get year, month of year, day of month in GWT application? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google