Re: Date function in XSL

Subject: Re: Date function in XSL
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 11 Oct 2000 18:32:00 GMT
>Hi,
>  Try this to get the current date in the required format
>
><xsl:eval>formatDate(new Date().getVarDate(), "MMMM dd',' yyyy");</xsl:eval>
>
> Rama.

No! don't try that:-)

The question was

> Is there a date() function in XSLT? 
                                ^^^^^

to which the answer is no. Giving an answer to an XSLT question using
the-language-known-as-xslt-in-ie5 is like answering a C question with
some fortran code. They are just completely different languages.
XSLT does not have an xsl:eval element and has no element that takes
javascript content.

David


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


Current Thread