Hi,

I'd like to define a specific date format for a specific table.  The
attribute jsCalendarDateFormat in the tag dateLabel doesn't work because it is not
defined in the tld. 
The alternativ attribute "format" doesn't work in my JSP, but I don't know
why. This is my code:
<%
 java.text.SimpleDateFormat simpleDateFormatter = new
java.text.SimpleDateFormat("yyyy-MM-dd");
%>

<db:dateLabel fieldName="[EMAIL PROTECTED]" format="simpleDateFormatter"/>

Is this the best approach anyways? Would it be better to format the date in
a Interceptor.postSelect() or is there even a special "date-format" tag in
the dbform-config.xml which is placed inside a table?

Thanks,
Jan.

-- 
NEU F�R ALLE - GMX MediaCenter - f�r Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gru�, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse f�r Mail, Message, More! +++



-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to