RE: [xsl] Date formatting in XSLT ?

Subject: RE: [xsl] Date formatting in XSLT ?
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 3 Mar 2004 23:27:56 -0000
There are no built-in date formatting functions in XSLT 1.0. You can:

(a) write your own
(b) use extension functions to invoke Java classes
(c) use EXSLT
(d) use the format-date() methods in XSLT 2.0

Michael Kay

# -----Original Message-----
# From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx [mailto:owner-xsl-
# list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Kaarle Kaila
# Sent: 03 March 2004 16:30
# To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
# Subject: [xsl] Date formatting in XSLT ?
# 
# I looked at Michael Kay's book and could not find anything about Date
# formatting. My specific question is that is it possible to convert a
# java-type time in milliseconds since 1970?  to some human readable
# Date/Time
# format?
# 
# Kaarle Kaila
# --
# Kaarle Kaila
# email: kaarle dot kaila at iki dot fi
# www.iki.fi/kaila
# 
# 
#  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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


Current Thread