I tried that and only got node-objects instead of strings :(

-----Ursprüngliche Nachricht-----
Von: Mark Lundquist [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 20. Oktober 2005 23:14
An: users@cocoon.apache.org
Betreff: Re: [CForms] Accessing date-type widget and formating it's output
for usage as attribute-value


On Oct 20, 2005, at 1:54 PM, Christofer Dutz wrote:

> Hi,
>  
> Another problem I am having some problems with. I need to add the 
> value of a date-type widget inside an attribute. Since the simple 
> toString() output doesn’t do the trick, I would like to format the 
> output. How can this be done.
>  
> Chris

<jx:set var="dateFormatted"><jx:formatDate pattern="MMM dd, yyyy" 
value="${somDate}"/></jx:set>
<foo bar="${dateFormatted}"/>

HTH,
—ml—


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



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