On Fri, 2009-07-31 at 06:30 -0700, LuSilice wrote:
> Yes, I mean a calendar data type. My jx is a part of a usecase. Thank you
> very much
>
Hmm, you did not answer my question, but I reckon you mean Date. In your
usecase class you can do something like:
String date = getParameterAsString(PARAM_DATE);
If you need to convert stuff the following may give you a hint:
private SimpleDateFormat format = new SimpleDateFormat("yyyy-MM");
Date date = format.parse(getParameterAsString(PARAM_DATE));
HTH
salu2
> Thorsten Scherler-3 wrote:
> >
> > On Thu, 2009-07-30 at 09:47 -0700, LuSilice wrote:
> >> Hello.
> >> I have a calendar daya type in my .jx and my question is if i have
> >> convert
> >> that calendar data type to a string and how to do it.
> >
> > Not sure what you mean with "calendar daya type" you mean a date?
> > Further the jx is part of a usecase? We need more information to help
> > you.
> >
> > salu2
> >
> >> Thank you
> > --
> > Thorsten Scherler <thorsten.at.apache.org>
> > Open Source Java <consulting, training and solutions>
> >
> > Sociedad Andaluza para el Desarrollo de la Sociedad
> > de la Información, S.A.U. (SADESI)
> >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> >
> >
>
--
Thorsten Scherler <thorsten.at.apache.org>
Open Source <consulting, training and solutions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]