views:

542

answers:

3

Hi Folks,

My problem is that I receive for example a date in a concatenated format:

Ex: 20050728

And I have to retrieve it in a readable format through my xslt.

Ex. 28 July 2005

I also have a similar question regards time.

Ex: 0004

To be displayed as 00:04

How is this done?

Thanks for the help!

+2  A: 

If you can use XPath 2.0, see this function reference.

Hank Gay
+2  A: 

xslt has some formatting functions available

annakata
+2  A: 
Dimitre Novatchev