On Monday 28 July 2003 02:26 pm, Narayan, Anand ANarayan-at-e-gatematrix.com 
|jakarta| wrote:
> After executing a query I want to format any date and time values
> using a custom pattern before displaying them.
> How would I accomplish this?

You could use the <fmt:formatDate> tag, using the pattern attribute. Something 
like this:

  <fmt:formatDate value="${row.updateTime}"  pattern="MM/dd/yyyy HH:mm"/>

Felipe

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

Reply via email to