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


Correction: 

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

-----Original Message-----
From: Linda van den Brink 
Sent: Friday, January 05, 2001 9:12 AM
To: 'xsl-list@lists.mulberrytech.com'
Subject: RE: [xsl] 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.

 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]