XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Conferences Close Tree View
+ Stylus Studio Feature Requests (1192)
+ Stylus Studio Technical Forum (14621)
+ Website Feedback (249)
- XSLT Help and Discussion (7625)
-> + populate xsl file from xsd fil... (5)
-> + formating a number like #'###.... (3)
-> + Help with grouping children, f... (20)
-> + Need help for newbie! (3)
-> + xpath in string format (2)
-> + How to populate elements at ra... (4)
-> - Changing Date format in XLST (2)
-> ->Changing Date format in X...
-> + Please help....How could I rem... (2)
-> + Counting children and grandchi... (7)
-> + Nested tags (4)
-> + Problem with XSLT on a Soap En... (2)
-> + Problem with XSLT on a Soap En... (5)
-> + Comparison between XSLT proces... (2)
-> + Printing non-existing value (9)
-> + big input file for XSLT (14)
-> + Is there any way to store xpat... (2)
-> + Encoding special charecters (2)
-> + Sorting (3)
-> + XML to PDF using XSL:FO (3)
-> + How to find the line number in... (2)
-- Previous [421-440] [441-460] [461-480] Next
+ XQuery Help and Discussion (2017)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
Topic  
Postnext
Daniel LuczakSubject: Changing Date format in XLST
Author: Daniel Luczak
Date: 13 Feb 2009 09:12 AM
Hello all -
I am new with Stylus studio-
I have Stylus Studio 2008 Rev 2
I hae created an XLST file to map a CSV to a XML file
I need to change the date format Currently the csv file give the date as 9/1/2005 month/Day/Year and I want to convert the date to Year-Month-Day

Can someone help me with what would be need to be added to XLST code to do the conversion.

I will be adding the code to the following line
<OppDecisionDate>
<xsl:value-of select="CLOSEDATE"/>
</OppDecisionDate>

If someone has an example that they can share with me that would be great

Dan

Posttop
Minollo I.Subject: Changing Date format in XLST
Author: Minollo I.
Date: 13 Feb 2009 09:35 AM
Something like this:
<xsl:value-of select="concat(substring-after(substring-after(CLOSEDATE,'/'), '/'), '/', substring-before(substring-after(CLOSEDATE,'/'), '/'), '/', substring-before(CLOSEDATE, '/'))"/>

   
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.