Re: [OT] Re: SelectAction - an improved DispatchAction

2005-07-25 Thread Michael Meadows
On 7/25/05, Stéphane Zuckerman <[EMAIL PROTECTED]> wrote: > > Craig McClanahan a écrit : > > On 7/21/05, Dakota Jack <[EMAIL PROTECTED]> wrote: > > > > > >>This code does not belong to Michael. It is purloined from > >>www.michaelmcgrady.com and other > discussion

Re: Problem with date

2005-07-25 Thread Michael Meadows
tance (DateFormat.SHORT, DateFormat.MEDIUM); formatter.setTimeZone(TimeZone.getTimeZone("UTC")); Date date = formatter.parse(dateString); On 7/25/05, Michael Meadows <[EMAIL PROTECTED]> wrote: > > Feed it to the Calendar (yum). > > On 25 Jul 2005 03:43:54 -, syed a

Re: Problem with date

2005-07-25 Thread Michael Meadows
Feed it to the Calendar (yum). On 25 Jul 2005 03:43:54 -, syed abrar <[EMAIL PROTECTED]> wrote: > > > Hello > This problem is more of a core java issue than a struts one. > I have a user interface to accept time and another field to enter the > difference of time with GMT (GMT+x or GMT-1)