Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XSL Date Functions

Status
Not open for further replies.

xdavis24

Programmer
Aug 9, 2001
18
US
I'm new to XML\XSL development. I was wondering if the XML\XSL specifications include any syntax for date comparisons\functions. Your knowledge would be greatly appreciated.
 
xdavis,

the date function via Javascript..

<msxml:script language = &quot;Javascript&quot; implements-prefix=&quot;date&quot;>
the you use ConvertToJSdate(date)
and
ConvertFromJSDate(date) functions

Aaron
 
if you are using a processor that supports the exslt functions then you will find some date functions -
chances are you won't be able to use these tho :(
but post what you are trying to do as it's all possible with a little work :)
 
Actually, our requirements have changed so that this is no longer necessary. But thank you for your suggestions, I'm sure I'll need them in the near future.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top