Stylesheet and convert to dateTime

Hello,

<xsl:for-each select=“languageGrp”>

<xsl:text></xsl:text><item name='date'><text><xsl:value-of select="datevalue"/></text></item> <xsl:text>

</xsl:text>

</xsl:for-each>

How can I convert the value of ‘datevalue’ in DateTime?

Thank you very much

Subject: Stylesheet and convert to dateTime

What do you want to convert it into?