>Are you sure?  Isn't it m-d-y?

Yes. Here's the code (getOrderDate returns a java.util.Date) :

<td class="list" align="center"><c:out value='${row.orderDate}'/></td>

If row.orderDate is 01-01-0001, blanks are displayed. If row.orderDate is
16-09-2004, '2004-09-16' is displayed.
(we do d/m/y in New Zealand).

>> Since the posting I made a happy discovery though. If I save an optional
>> date with the value '01-01-0001' (d-m-y), it appears as blank when
>> displayed - just what I was after.



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

Reply via email to