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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formatting dates using XSLT

Status
Not open for further replies.

Sarky78

Programmer
Joined
Oct 19, 2000
Messages
878
Location
GB
Hi,

I am new to XML and XSLT and was wondering if there was a way of formatting a date into European date format (dd-mm-yyy), at the moment it is in US format (mm-dd-yyyy).

If possible I want to leave the XML documents that I have alone and just markup the date using the XSLT when the document is transformed.

TIA

Tony
 
Why not use the substring() function?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top