Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: How to convert a string such 27-AUG-08 to xs:date

From: Martin Honnen <mahotrash@-----.-->
To: NULL
Date: 9/2/2008 1:35:00 PM

khalil_mi@h... wrote:

> I am using xsl 2.0
> 
> I have a string such as 27-AUG-08
> 
> I need to convert it to a date format xs:date which is in the format
> CCYY-MM-DD
> becasue I need to process that date later
> 
> is there a simple way to do it?

XSLT 2.0 allows you to write your own functions so you can write a 
conversion function that takes the string in the format you describe and 
returns an xs:date. Here 
http://www.xsltfunctions.com/xsl/functx_mmddyyyy-to-date.html is an 
example function doing that for a different format. Your function needs 
to do slightly more work to convert the month name to a month number and 
to ensure the YY part is interpreted as 20YY.


-- 

	Martin Honnen --- MVP XML
	http://JavaScript.FAQTs.com/


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent