Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - How to convert a string such 27-AUG-08 to xs:date [Thread Next] Re: How to convert a string such 27-AUG-08 to xs:dateTo: 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/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
