Hello,

I am trying to format dates that are the result of a database query. The
dates are stocked in the database (PostgreSQL) as "date" data type.

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)%> 

I wish to have the date in the French locale.

<fmt:setLocale value="fr_FR"/> is set on the page and fmt:formatNumber
works perfectly.

I am using JSTL in Action JSTL reference as my source of information.

Where to go from here???

TIA

Tony Grant
-- 
www.tgds.net Library management software toolkit, 
redhat linux on Sony Vaio C1XD, 
Dreamweaver MX with Tomcat and PostgreSQL


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to