xsl-list
[Top] [All Lists]

Re: get Data BETWEEN FromDate and ToDate

2005-05-22 05:37:47
oh...... that was accidental :) sorry about that..
Thanks for pointing the mistake :)

Regards,
Mukul

--- "Rudolf P. Weinmann"
<rudolf(_dot_)weinmann(_at_)assentis(_dot_)com> wrote:
<xsl:if test="($doj &gt;= $date1) and ($doj &gt;=
$date1)">
Should be amended to:
<xsl:if test="($doj &gt;= $date1) and ($doj &lt;=
$date2)">




                
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html


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