Subject: RE: date format to dd-mm-yy from ccyymmdd
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Fri, 5 Jan 2001 09:11:32 +0100
|
<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@xxxxxxxxxxxx]
> Sent: Friday, January 05, 2001 8:48 AM
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: 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@xxxxxxxxxxxx>
>
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|