xsl-list
[Top] [All Lists]

RE: Date formatting in XSLT ?

2004-03-03 16:27:56
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(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-
# list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of Kaarle Kaila
# Sent: 03 March 2004 16:30
# To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
# 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



<Prev in Thread] Current Thread [Next in Thread>