RE: [xsl] XSL: Format date

Subject: RE: [xsl] XSL: Format date
From: cknell@xxxxxxxxxx
Date: Fri, 28 Sep 2007 16:19:26 -0400
String formatting.
-- 
Charles Knell
cknell@xxxxxxxxxx - email



-----Original Message-----
From:     Chaudhary, Harsh <HCHAUDHA@xxxxxxxxx>
Sent:     Fri, 28 Sep 2007 14:28:16 -0500
To:       <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject:  [xsl] XSL: Format date

Hi,

I am sure this has been discussed to death but I have not been able to
find a good source of info on it.

I have an xml:

<first>
	<date>31.12.2006</date>
</first>

I would like to convert it to 12/31/2006.

Is there any built in function for this or is string formatting the way
to go?

Thanks,
HC.

Current Thread