On Tuesday 02 September 2003 01:15 pm, Tony Grant tony-at-tgds.net |jakarta|
wrote:
> They are returned to the jsp in the format 2003-11-09 the JSP code is
> generated by Dreamweaver MX
> <%=(((oeuvre_data = oeuvre.getObject("dateexpofin"))==null ||
> oeuvre.wasNull())?"":oeuvre_data)%>
>From which call are they returned as 2003-11-09, from the scriplet call above?
> <fmt:setLocale value="fr_FR"/> is set on the page and fmt:formatNumber
> works perfectly.
I'm not sure if I understood the problem correctly, but it looks like you are
not calling the fmt:formatNumber tag. Try something like this:
<% Date date =(((oeuvre_data = oeuvre.getObject("dateexpofin"))==null ||
> oeuvre.wasNull())?"":oeuvre_data);
%>
<fmt-rt:formatNumber value="<%=date%>"/>
Felipe
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]