Hi Patricia<br><br>This is how I did it:<br><br><%<br>String dateFormatter = "E dd.MM.yyyy";<br>%><br><c:set var="dateInMs"><cms:contentshow element="EventDate" /></c:set>
<br><%<br>java.util.Date tmp = new java.util.Date(Long.parseLong(pageContext.getAttribute("dateInMs").toString().toUpperCase()));<br>Format formatter = new SimpleDateFormat(dateFormatter, cms.getRequestContext
().getLocale());<br>out.println(formatter.format(tmp).toString().toUpperCase());<br>%><br><br>This shows "MON 02. Jan. 2005", depending on your current locale.<br><br>Hope this helps<br><br>Regards<br>Corsin<br>
<br><div><span class="gmail_quote">On 1/2/06, <b class="gmail_sendername">Patricia Ferre Zudaire</b> <<a href="mailto:pferre@sgi.es">pferre@sgi.es</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><font color="#000000" face="Arial" size="2">Hello and happy new year :-)</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">   I have problems with contentloop. My 
code is:</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2"><cms:contentloop 
element="Appointment"><br></font><font face="Arial" size="2"><cms:contentcheck 
ifexists="Address"><br>    <div 
class="fondo014"><br> <div class="txt1negrotam10"><br>   
<strong>Lugar: </strong><cms:contentshow element="Address" 
/><br> </div><br>    
</div><br>    
<br><br></cms:contentcheck></font></div>
<div><font face="Arial" size="2"><cms:contentcheck 
ifexists="DateConv"><br>    <div 
class="fondo014"><br> <div class="txt1negrotam10"><br>   
<strong>Lugar: </strong><cms:contentshow element="DateConv" 
/><br> </div><br>    
</div><br>    
<br><br></cms:contentcheck><br><!-- Fin Convocatoria 
--><br></cms:contentloop></font></div>
<p><font face="Arial" size="2">My problem is that I want to format DateConv, but I 
don't know how. Can anybody help me?</font></p>
<p><font face="Arial" size="2">Thanks and best regards,</font></p>
<p><font face="Arial" size="2"></font> </p>
<p><font face="Arial" size="2">  Patricia</font></p>
<div><br></div><p><font color="gray" face="Arial" size="1"><span style="font-size: 8pt; font-family: Arial; color: gray;"><hr align="center" size="2" width="100%">
Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener
información clasificada por su emisor como confidencial en el marco de su
Sistema de Gestión de Seguridad de la Información siendo para uso exclusivo 
del destinatario, quedando prohibida su divulgación copia o distribución a 
terceros sin la autorización expresa del remitente. Si Vd. ha recibido este 
mensaje erróneamente, se ruega lo notifique al remitente y proceda a su borrado. 
</span></font><font color="gray" face="Arial" size="1"><span style="font-size: 8pt; font-family: Arial; color: gray;" lang="EN-GB">Gracias por su
colaboración.</span></font>
<font color="gray" face="Arial" size="1"><span style="font-size: 8pt; font-family: Arial; color: gray;"><hr align="center" size="2" width="100%">
This message including any attachments may contain confidential information, 
according to our Information Security Management System, and intended solely 
for a specific individual to whom they are addressed. Any unauthorised copy, 
disclosure or distribution of this message is strictly forbidden. If you have 
received this transmission in error, please notify the sender immediately and delete it.
</span></font>
</p><hr align="center" size="2" width="100%"><p></p>

<br><br>_______________________________________________<br>This mail is sent to you from the opencms-dev mailing list<br>To change your list options, or to unsubscribe from the list, please visit<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">
http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br><br></blockquote></div><br><br clear="all"><br>-- <br>Corsin Camichel<br><a href="mailto:cocaman@gmail.com">cocaman@gmail.com</a>