[xsl] type conversion to date

Subject: [xsl] type conversion to date
From: Donatas Sipavičius <donsip@xxxxxxxx>
Date: Wed, 26 Oct 2005 11:53:41 +0300
I am calling function ModifiedDurObj(datetime dt) in c# code:

<xsl:value-of select="obj:ModifiedDurObj(substring($period_to, 1, 10))"/>

How can I convert substring($period_to, 1, 10) to datetime type?
Is that possible in XSLT 1?

Current Thread