[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Converting date formats

Subject: Re: Converting date formats
From: Xiaocun Xu <xiaocunxu@xxxxxxxxx>
Date: Thu, 7 Jun 2001 06:32:13 -0700 (PDT)
xslt date format
Hi, Doug:

  The easiest way to do this is use substring(),
example:

<xsl:variable name="date" select="20010607"/>
<xsl:value-of select="substring($date, 7, 2)"/>
<xsl:text>/</xsl:text>
<xsl:value-of select="substring($date, 5, 2)"/>
<xsl:text>/</xsl:text>
<xsl:value-of select="substring($date, 1, 4)"/>

Hope this helps,
Xiaocun

--- "Hewko, Doug" <Doug.Hewko@xxxxxxxxxxxxxxx> wrote:
> In my XML document, I have a date stored in ISO
> format:
> <LASTUPDATED FORMAT="ISODATE">20010125</LASTUPDATED>
> 
> How can I convert this in my XSL file to dd/mm/yyy
> format (with the dashes)?
> 
> I am currently using the command:
> 			<td><xsl:value-of select="LASTUPDATED"/></td>
> 
> 
> 
>  XSL-List info and archive: 
> http://www.mulberrytech.com/xsl/xsl-list
> 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.