Hi, Abhishek!
Version of XSLT stylesheet is defined in its root element:
<xsl:stylesheet version="2.0">
For list of date/time functions you should refer to documentation for used XSLT processor. For example, for Saxon processor you can look here:
XSLT 2.0 and XPath 2.0 Functions
Regards, Evgeniy.