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 conversion


Katie McNally wrote:
> 
> The format of the date returned in my XML is 17-Dec-2000 07:23:31
> I need to display the date as 12/17/2000.
> 
> How do I do this using xsl?

The XSLT Standard Library (XSLTSL) as yet doesn't have a function 
to parse an arbitrary date string (this is intrinsically a difficult 
problem, given the wide variation in formats, not to mention L10N
issues).

Some respondants have given solutions for this problem.

However, once you have extracted date components (day, month, year,
etc), XSLTSL can format the date.  Check out http://xsltsl.sf.net/

Cheers,
Steve Ball

-- 
Steve Ball            |   XSLT Standard Library   | Training & Seminars
Zveno Pty Ltd         |     Web Tcl Complete      |   XML XSL Schemas
http://www.zveno.com/ |      TclXML TclDOM        | Tcl, Web Development
Steve.Ball@zveno.com  +---------------------------+---------------------
Ph. +61 2 6242 4099   |   Mobile (0413) 594 462   | Fax +61 2 6242 4099

 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]