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 function in XSL



>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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]