This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: date format to dd-mm-yy from ccyymmdd


<xsl:value-of select="concat(substring(@startDate, 7, 2)), '-',
(substring(@startDate, 5, 2)), '-', (substring(@startDate, 3, 2)"/>

> -----Original Message-----
> From: Tariq James Fayaz [mailto:tariq.fayaz@pa.press.net]
> Sent: Friday, January 05, 2001 8:48 AM
> To: XSL-List@lists.mulberrytech.com
> Subject: [xsl] date format to dd-mm-yy from ccyymmdd
> 
> 
> help i urgently need to convert iso-8601 ccyymmdd into 
> dd-mm-yy output with
> my xsl stylesheet.
> 
> in my xml i have 
> 
> <Stages>
> <Stage number="1" name="First" startDate="20000502" endDate=""
> type="Knockout" days="1" limitedOvers="Yes"/>
> ...
> </Stages>
> 
> i am a total xml beginner and would be very greatful for any help!
> 
> 
> Tariq Fayaz
> "PA" CopyDirect 
> IT Specialist
> * -
> * <tariq.fayaz@pa.press.net>
> 
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]