You should make a decleration in the application resources file ;
-----------------------------------
date.format=MM/dd/yyyy
-----------------------------------
and use it in jsp bean:write with the parameter "formatKey" like below

<bean:write name="beanName" property="dateProperty" formatKey="date.format"
filter="true" />

F.


----- Original Message ----- 
From: "hari_s" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 10, 2003 10:49 AM
Subject: help....! it's possible to format date output with bean:write?


> it's possible to format date output with bean:write?
> Any idea about that ?,it's possible ?
>


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

Reply via email to