xsl-list
[Top] [All Lists]

Re: [xsl] Return system's date and time

2007-05-18 04:47:02
Thanks Abel!!!
Need a tips once again. How can we get the system time without timezone. The result of current-time() is 2007-05-18+05:30 but I want only 2007-05-18.

Thanks
JSR

At 12:04 PM 5/14/2007 +0200, you wrote:
Abel Braaksma wrote:

<xsl:stylesheet
   xmlns:fn="http://www.w3.org/2005/02/xpath-functions";
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="2.0">


Correction (thanks Florent), that should become:

<xsl:stylesheet
  xmlns:fn="http://www.w3.org/2005/xpath-functions";
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="2.0">

but is not necessary anyway (again see Florent's comments), so you can do without it...

-- Abel


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--