xsl-list
[Top] [All Lists]

Re: Date format

2003-08-22 11:09:13
Depending on what database you have and how you are extracting the data into XML, you could format the date when you query the database. Alternatively, you could extract just the portion you need form the XML "YYYY-MM-DD" by modifying your select to:

<xsl:value-of select="substring-before(the_date, ' ')"/>

rick


At 07:07 PM 8/22/03 +0200, you wrote:
hello from one database i get the date format with this:
<xsl:value-of select="the_date"/> (the_date is the field nakme in the xml
tree)
 and appears in this format:  2003-08-22 18:32:05

but i want to writte int this format: 2003-08-23

how can i make it?
can you help me? thanks



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Rick Taylor
XML Developer
PPDM Association


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>