Cannot parse long value to date in xslt



I have xml tag like as below:



<row number="3" cols="3">
..
<col number="7">41973</col>
</row>


which 41973 describe the day 11/30/2014. How I can parse value 41973 to date in xslt?


Best regards,


No comments:

Post a Comment