|
Subject: Re: [xsl] date-time formatting question From: "Bruce D'Arcus" <bdarcus@xxxxxxxxxxx> Date: Wed, 4 Feb 2004 10:51:22 -0500 |
Actually, for getting the month name, you probably will have to write a template. I said exslt before verifying they supported that function. However, it sounds like you have a lot of date/time needs, so you may want to look at what they offer. The documentation and categorization is pretty decent.
================== Template Syntax <xsl:call-template name="date:month-abbreviation"> <xsl:with-param name="date-time" select="string" />? </xsl:call-template>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] date-time formatting ques, Kenny Akridge | Thread | Re: [xsl] date-time formatting ques, Mark Williams |
| Re: [xsl] Get all the node as text, Lionel Crine | Date | Re: [xsl] date-time formatting ques, Mark Williams |
| Month |