Re: question about date/time use
James Fuller <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Organization | Webcomposite |
| Message-ID | <[email protected]> |
Vincent Fachero wrote: >> Hello, >> I have a question about the uses of date/time in exslt. >> I need to display the time in this format : hhmmss without timezone >> value by >> using date:time() function. How I can display it without the timezone. > > which is required, use the date:date-format (or date:format-date) function... in a pinch u could use regular expressions or string handling to just strip out unwanted information as well. gl, jim Fuller