Hi,<br />
<br />
I would like to continue <a class='bbc_url' href='
http://www.birt-exchange.org/forum/designing-birt-reports/12589-parameter-date-validation-reformating.html'>http://www.birt-exchange.org/forum/designing-birt-reports/12589-parameter-date-validation-reformating.html</a>. Ducharme was writing without answer<br />
<blockquote class='ipsBlockquote' ><p>
params["SD"].value=="10/02/2008";<br />
params["ED"].value="10/03/2008";<br />
BirtComp.lessOrEqual(myStartDate, myEndDate);<br />
It prints out the sting even though the SD and ED are date types. However, <br />
<br />
if I replace the code to set SD and ED with:<br />
params["SD"].value=myStartDate;<br />
params["ED"].value=myEndDate;<br />
<br />
nothing is printed. Is this really generating a date?<br /></p></blockquote>
<br />
I have similar problem. I tried set date report parameter value with text - doesn't work. With new Date() - exception. Do you know how to set report parameter with "date" type?