On 4/23/07 5:37 PM, "chengas123" <[EMAIL PROTECTED]> wrote:

> 
> I am using the iterator tag as follows:
>           <s:iterator value="orders" status="status" id="order">
>             <tr>
>               <td><s:property value="orderid" /></td>
>               <td><s:property value="orderDate" /></td>
>               <td><s:property value="total" /></td>
>             </tr>
>           </s:iterator>
> 
> This will give me an order date such as "20040513" and a total such as
> "68.7700" when what I really want is 05/13/2004 and $68.77.  I have not been
> able to figure out how to do this.  Any recommendations?

<s:text name="format.date"><s:param name="value" value="orderDate"
/></s:text>

That will do the date, there are some other formats listed on the Wiki I
think. *shrug*

Mark

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

Reply via email to