XSLT Date-Time Formatting
Date: 05/18/05
(Web Development) Keywords: xml
Hi all:
I am pretty new to XSLT and I am not sure exactly how to do the following.
I am given a date in an XML feed in the following format:
Tue, 17 May 2005 13:00:00 GMT
I need to translate this value using XSLT to something like:
1:00 PM
I have been doing some reading and believe that I need to make an xsl:template however this is a bit confusing to me and i'm not really sure how to build one that will do what I need. Any suggestions/examples would be greately appreciated!
Source: http://www.livejournal.com/community/webdev/200780.html