xsl-list
[Top] [All Lists]

Re: Date Difference

2005-12-19 13:28:16
would something like this work?

                  <xsl:variable name="todays-date"
select="/xmlReportOutput/transactionDate"/>
                  <xsl:variable name="date-diff"
select="xsl:dateTime(saxon:evaluate($idxSettleDate) ) -
xsl:dateTime(xsl:date(sgfr:StringToDateFormat($todaysDate) ))"/>



Tom Maciejewski
Société Générale
Information Technology
1221 Avenue of the Americas
New York, NY 10020
Tel. (212) 278-7103
Cell. (917) 690-9541


                                                                                
                                                     
                      andrew welch                                              
                                                     
                      <andrew(_dot_)j(_dot_)welch(_at_)g        To:       
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com                                
             
                      mail.com>                cc:                              
                                                     
                                               Subject:  Re: [xsl] Date 
Difference                                                   
                      12/19/2005 01:34                                          
                                                     
                      PM                                                        
                                                     
                      Please respond to                                         
                                                     
                      xsl-list                                                  
                                                     
                                                                                
                                                     
                                                                                
                                                     




On 12/19/05, thomas(_dot_)maciejewski(_at_)sgcib(_dot_)com 
<thomas(_dot_)maciejewski(_at_)sgcib(_dot_)com>
wrote:
Is there an easy way to do a date difference in XSLT.

I basically have two strings :   "9/11/2004"  and "10/25/2005"
and would like to produce the number of days between the two.

In 2.0 you can use the various duration functions (google for
xdt:dayTimeDuration).  If you are limited to 1.0, the you can use the
exslt:date package: http://www.exslt.org/date/index.html.

cheers
andrew

--~------------------------------------------------------------------
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>
--~--



*************************************************************************
This message and any attachments (the "message") are confidential and
intended solely for the addressees.
Any unauthorised use or dissemination is prohibited. 
E-mails are susceptible to alteration.   
Neither SOCIETE GENERALE nor any of its subsidiaries or affiliates 
shall be liable for the message if altered, changed or falsified. 

*************************************************************************

--~------------------------------------------------------------------
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>
--~--



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