Subject: Re: get Data BETWEEN FromDate and ToDate
From: Mukul Gandhi <mukul_gandhi@xxxxxxxxx>
Date: Sun, 22 May 2005 05:37:47 -0700 (PDT)
|
oh...... that was accidental :) sorry about that..
Thanks for pointing the mistake :)
Regards,
Mukul
--- "Rudolf P. Weinmann"
<rudolf.weinmann@xxxxxxxxxxxx> wrote:
> ><xsl:if test="($doj >= $date1) and ($doj >=
> $date1)">
> Should be amended to:
> <xsl:if test="($doj >= $date1) and ($doj <=
> $date2)">
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
|