Does anyone know how to format date types in XML/XSL?(I’m a complete rookie with XML and XSL.)
I've got this piece of XML:
<shift>
<startdt>2006-07-05T06:00</startdt>
</shift>
And I would like to display it as DD-MONTH NAME-YYYY.
Is there any Split function or something else to do so?


Reply With Quote

Bookmarks